Class: DAP::DataBreakpointAccessType

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

Constant Summary collapse

READ =
new('read')
WRITE =
new('write')
READWRITE =
new('readWrite')

Method Summary

Methods inherited from Enum

from, #to_s, #to_wire