123456789_123456789_123456789_123456789_123456789_

Class: IRB::Command::DebugCommand

Do not use. This class is for internal use only.
Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Debug, Base
Instance Chain:
self, Debug, Base
Inherits: IRB::Command::Debug
Defined in: lib/irb/command/debug.rb

Constant Summary

Debug - Inherited

BINDING_IRB_FRAME_REGEXPS

Class Method Summary

Instance Attribute Summary

Debug - Inherited

Base - Inherited

Instance Method Summary

Constructor Details

This class inherits a constructor from IRB::Command::Base

Class Method Details

.category

[ GitHub ]

  
# File 'lib/irb/command/debug.rb', line 76

def self.category
  "Debugging"
end

.description

[ GitHub ]

  
# File 'lib/irb/command/debug.rb', line 80

def self.description
  command_name = self.name.split("::").last.downcase
  "Start the debugger of debug.gem and run its `#{command_name}` command."
end