Current section

Files

Jump to
chrobot include protocol@debugger_GetPossibleBreakpointsResponse.hrl
Raw

include/protocol@debugger_GetPossibleBreakpointsResponse.hrl

-record(get_possible_breakpoints_response, {
locations :: list(protocol@debugger:break_location())
}).