class Byebug::DAP::Command::ConfigurationDone

Public Instance Methods

execute() click to toggle source
# File lib/byebug/dap/commands/configuration_done.rb, line 7
def execute
  respond!
  @session.configured!
end