class Byebug::DAP::Command::Attach

Public Instance Methods

execute() click to toggle source
# File lib/byebug/dap/commands/attach.rb, line 7
def execute
  stopped!
  @session.start!(:attached)
  respond!
end