class Byebug::InfoCommand


Shows info about different aspects of the debugger.

def description

def description
  <<-EOD
    info[ subcommand]
    Generic command for showing things about the program being debugged.
  EOD
end

def regexp

def regexp
  /^\s* i(?:nfo)? (?:\s+ (.+))? \s*$/x
end