123456789_123456789_123456789_123456789_123456789_

Class: IRB::ExtendCommand::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, Nop
Instance Chain:
self, Debug, Nop
Inherits: IRB::ExtendCommand::Debug
Defined in: lib/irb/cmd/debug.rb

Constant Summary

Debug - Inherited

BINDING_IRB_FRAME_REGEXPS, IRB_DIR

Class Method Summary

Nop - Inherited

.category, .description,
.execute

See additional method definition at line 39.

.new, .string_literal?

Instance Attribute Summary

Debug - Inherited

Nop - Inherited

Instance Method Summary

Debug - Inherited

#execute,
#load_bundled_debug_gem

This is used when debug.gem is not written in Gemfile.

#setup_debugger

Nop - Inherited

Constructor Details

This class inherits a constructor from IRB::ExtendCommand::Nop

Class Method Details

.category

[ GitHub ]

  
# File 'lib/irb/cmd/debug.rb', line 126

def self.category
  "Debugging"
end

.description

[ GitHub ]

  
# File 'lib/irb/cmd/debug.rb', line 130

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