Module Debugger
In: lib/ruby-debug-ide.rb
lib/ruby-debug/helper.rb
lib/ruby-debug/command.rb
lib/ruby-debug/xml_printer.rb
lib/ruby-debug/event_processor.rb
lib/ruby-debug/processor.rb
lib/ruby-debug/interface.rb
lib/ruby-debug/commands/load.rb
lib/ruby-debug/commands/inspect.rb
lib/ruby-debug/commands/enable.rb
lib/ruby-debug/commands/control.rb
lib/ruby-debug/commands/condition.rb
lib/ruby-debug/commands/stepping.rb
lib/ruby-debug/commands/pause.rb
lib/ruby-debug/commands/eval.rb
lib/ruby-debug/commands/catchpoint.rb
lib/ruby-debug/commands/variables.rb
lib/ruby-debug/commands/frame.rb
lib/ruby-debug/commands/threads.rb
lib/ruby-debug/commands/set_type.rb
lib/ruby-debug/commands/breakpoints.rb
lib/ruby-debug/commands/jump.rb
lib/ruby-debug/version.rb

Methods

Classes and Modules

Module Debugger::Kernel
Module Debugger::ParseFunctions
Class Debugger::CommandProcessor
Class Debugger::Context
Class Debugger::EventProcessor
Class Debugger::InspectCommand
Class Debugger::JumpCommand
Class Debugger::LoadCommand
Class Debugger::PauseCommand
Class Debugger::SetTypeCommand

Constants

IDE_VERSION = '0.4.16'

Attributes

cli_debug  [RW] 
control_thread  [R] 
event_processor  [RW] 
xml_debug  [RW] 

Public Class methods

Interrupts the current thread

Interrupts the last debugged thread

Prints to the stderr using printf(*args) if debug logging flag (-d) is on.

[Validate]