Sha256: 5ee508b1b866fcb57bce143a6e482e35972283a927e291a6a46dad5d381adaba
Contents?: true
Size: 261 Bytes
Versions: 2
Compression:
Stored size: 261 Bytes
Contents
module Byebug::DAP class Command::ConfigurationDone < Command # "This optional request indicates that the client has finished initialization of the debug adapter. register! def execute respond! @session.configured! end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
byebug-dap-0.1.4 | lib/byebug/dap/commands/configuration_done.rb |
byebug-dap-0.1.3 | lib/byebug/dap/commands/configuration_done.rb |