Class: Byebug::DAP::Command::SetExceptionBreakpoints
- Inherits:
-
Byebug::DAP::Command
- Object
- Byebug::DAP::Command
- Byebug::DAP::Command::SetExceptionBreakpoints
- Defined in:
- lib/byebug/dap/commands/set_exception_breakpoints.rb
Constant Summary collapse
- FILTERS =
“The request configures the debuggers response to thrown exceptions. ”If an exception is configured to break, a ‘stopped’ event is fired (with reason ‘exception’).
[ { filter: 'all', label: 'Exceptions', }, ]
Constants inherited from Byebug::DAP::Command
Instance Method Summary collapse
Methods inherited from Byebug::DAP::Command
command, execute, #execute_on_thread, #initialize, #log, register!, resolve!, #safe_execute, #started!, #stopped!
Methods included from SafeHelpers
Constructor Details
This class inherits a constructor from Byebug::DAP::Command