Current section

Files

Jump to
chrobot include protocol@debugger_SetBreakpointByUrlResponse.hrl
Raw

include/protocol@debugger_SetBreakpointByUrlResponse.hrl

-record(set_breakpoint_by_url_response, {
breakpoint_id :: protocol@debugger:breakpoint_id(),
locations :: list(protocol@debugger:location())
}).