Class: DAP::SteppingGranularity

Inherits:
Enum
  • Object
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