struct Protocol::Debugger::Paused
- Protocol::Debugger::Paused
- Struct
- Value
- Object
Overview
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/debugger.crConstructors
Instance Method Summary
-
#async_call_stack_trace_id : Runtime::StackTraceId | Nil
Never present, will be removed.
-
#async_stack_trace : Runtime::StackTrace | Nil
Async stack trace, if any.
-
#async_stack_trace_id : Runtime::StackTraceId | Nil
Async stack trace, if any.
-
#call_frames : Array(CallFrame)
Call stack the virtual machine stopped on.
-
#data : JSON::Any | Nil
Object containing break-specific auxiliary properties.
-
#hit_breakpoints : Array(String) | Nil
Hit breakpoints IDs
-
#reason : String
Pause reason.