Current section

Files

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

include/chrobot@protocol@debugger_SetBreakpointResponse.hrl

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