Current section

Files

Jump to
chrobot include protocol@debugger_EvaluateOnCallFrameResponse.hrl
Raw

include/protocol@debugger_EvaluateOnCallFrameResponse.hrl

-record(evaluate_on_call_frame_response, {
result :: protocol@runtime:remote_object(),
exception_details :: gleam@option:option(protocol@runtime:exception_details())
}).