Class: DAP::ExceptionBreakMode

Inherits:
Enum
  • Object
show all
Defined in:
lib/dap/exception_break_mode.rb

Constant Summary collapse

NEVER =
new('never')
ALWAYS =
new('always')
UNHANDLED =
new('unhandled')
USERUNHANDLED =
new('userUnhandled')

Method Summary

Methods inherited from Enum

from, #to_s, #to_wire