Libraries
»
ruby-dap
(0.1.1)
»
Index (D)
»
DAP
»
DataBreakpointAccessType
Class: DAP::DataBreakpointAccessType
Inherits:
Enum
Object
Enum
DAP::DataBreakpointAccessType
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
,
new
,
#to_s
,
#to_wire
,
values