Current section

Files

Jump to
chrobot include protocol@debugger_SetBreakpointResponse.hrl
Raw

include/protocol@debugger_SetBreakpointResponse.hrl

-record(set_breakpoint_response, {
breakpoint_id :: protocol@debugger:breakpoint_id(),
actual_location :: protocol@debugger:location()
}).