Libraries
»
ruby-dap
(0.1.2)
»
Index (S)
»
DAP
»
SteppingGranularity
Class: DAP::SteppingGranularity
Inherits:
Enum
Object
Enum
DAP::SteppingGranularity
show all
Defined in:
lib/dap/stepping_granularity.rb
Constant Summary
collapse
STATEMENT =
new
(
'
statement
'
)
LINE =
new
(
'
line
'
)
INSTRUCTION =
new
(
'
instruction
'
)
Method Summary
Methods inherited from
Enum
from
,
#to_s
,
#to_wire