Class: DAP::StoppedEventBody

Inherits:
Base
  • Object
show all
Defined in:
lib/dap/stopped_event_body.rb

Overview

The event indicates that the execution of the debuggee has stopped due to some condition. This can be caused by a break point previously set, a stepping request has completed, by executing a debugger statement etc.

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