Sha256: e886ef8aa4e81a4a09f7ba6f724c407eecf2b52179a66855d53f7b726ab9d69f
Contents?: true
Size: 334 Bytes
Versions: 2
Compression:
Stored size: 334 Bytes
Contents
module Byebug::DAP class Command::Launch < Command # "This launch request is sent from the client to the debug adapter to start the debuggee with or without debugging (if ‘noDebug’ is true). register! def execute stopped! @session.start!(:launched) unless args.noDebug respond! end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
byebug-dap-0.1.4 | lib/byebug/dap/commands/launch.rb |
byebug-dap-0.1.3 | lib/byebug/dap/commands/launch.rb |