Class: DAP::ContinuedEventBody
- Defined in:
- lib/dap/continued_event_body.rb
Overview
The event indicates that the execution of the debuggee has continued. Please note: a debug adapter is not expected to send this event in response to a request that implies that execution continues, e.g. ‘launch’ or ‘continue’. It is only necessary to send a ‘continued’ event if there was no previous request that implied this.
Method Summary
Methods inherited from Base
#[], build, empty, #initialize, many, one_of, properties, property, property_names, #to_wire, transform, #validate!
Constructor Details
This class inherits a constructor from DAP::Base