Current section

Files

Jump to
chrobot include chrobot@protocol@debugger_SetBreakpointByUrlResponse.hrl
Raw

include/chrobot@protocol@debugger_SetBreakpointByUrlResponse.hrl

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