Current section

Files

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

include/chrobot@protocol@debugger_EvaluateOnCallFrameResponse.hrl

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