Sha256: f9b9dc53109911c160eaa7e59d55b72999a87e9a37810143de3b67778ce490d8
Contents?: true
Size: 455 Bytes
Versions: 1
Compression:
Stored size: 455 Bytes
Contents
# Arguments for ‘dataBreakpointInfo’ request. class DAP::DataBreakpointInfoArguments < DAP::Base # Reference to the Variable container if the data breakpoint is requested for a child of the container. property :variablesReference, required: false, as: 'number' # The name of the Variable's child to obtain data breakpoint information for. # If variableReference isn’t provided, this can be an expression. property :name, as: 'string' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.3 | lib/dap/data_breakpoint_info_arguments.rb |