Libraries
»
ruby-dap
(0.1.0)
»
Index (E)
»
DAP
»
ExceptionBreakMode
Class: DAP::ExceptionBreakMode
Inherits:
Enum
Object
Enum
DAP::ExceptionBreakMode
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