Sha256: 15f4625620ead5845908a87fa7d674af270bbdf99bd04d6f77e1c8e13b09f6f6
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
module Byebug module DAP class ChildSpawnedEventBody < ::DAP::Base ::DAP::Event.bodies[:childSpawned] = self property :name property :pid property :socket end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
byebug-dap-0.1.3 | lib/byebug/dap/helpers/child_spawned_event_body.rb |
byebug-dap-0.1.2 | lib/byebug/dap/child_spawned_event_body.rb |