Metadata


Name
ruby-debug
Version
0.10.2
Platform
ruby
Authors
Kent Sibilev
Bindir
bin
Date
2008-08-28 00:00:00 UTC
Dependencies
columnize (>= 0.1)
ruby-debug-base (= 0.10.2)
Description
A generic command line interface for ruby-debug.
Email
ksibilev@yahoo.com
Executables
rdebug
Extra rdoc files
README
Files
AUTHORS
CHANGES
ChangeLog
LICENSE
README
Rakefile
bin/rdebug
cli/ruby-debug
cli/ruby-debug.rb
cli/ruby-debug/command.rb
cli/ruby-debug/commands
cli/ruby-debug/commands/breakpoints.rb
cli/ruby-debug/commands/catchpoint.rb
cli/ruby-debug/commands/condition.rb
cli/ruby-debug/commands/continue.rb
cli/ruby-debug/commands/control.rb
cli/ruby-debug/commands/display.rb
cli/ruby-debug/commands/edit.rb
cli/ruby-debug/commands/enable.rb
cli/ruby-debug/commands/eval.rb
cli/ruby-debug/commands/finish.rb
cli/ruby-debug/commands/frame.rb
cli/ruby-debug/commands/help.rb
cli/ruby-debug/commands/info.rb
cli/ruby-debug/commands/irb.rb
cli/ruby-debug/commands/list.rb
cli/ruby-debug/commands/method.rb
cli/ruby-debug/commands/quit.rb
cli/ruby-debug/commands/reload.rb
cli/ruby-debug/commands/save.rb
cli/ruby-debug/commands/set.rb
cli/ruby-debug/commands/show.rb
cli/ruby-debug/commands/source.rb
cli/ruby-debug/commands/stepping.rb
cli/ruby-debug/commands/threads.rb
cli/ruby-debug/commands/tmate.rb
cli/ruby-debug/commands/trace.rb
cli/ruby-debug/commands/variables.rb
cli/ruby-debug/debugger.rb
cli/ruby-debug/helper.rb
cli/ruby-debug/interface.rb
cli/ruby-debug/processor.rb
doc/rdebug.1
rdbg.rb
test/base/base.rb
test/base/binding.rb
test/base/catchpoint.rb
test/base/load.rb
test/bp_loop_issue.rb
test/classes.rb
test/cli/commands/catchpoint_test.rb
test/data/annotate.cmd
test/data/annotate.right
test/data/break_bad.cmd
test/data/break_bad.right
test/data/break_loop_bug.cmd
test/data/break_loop_bug.right
test/data/breakpoints.cmd
test/data/breakpoints.right
test/data/catch.cmd
test/data/catch.right
test/data/condition.cmd
test/data/condition.right
test/data/ctrl.cmd
test/data/ctrl.right
test/data/display.cmd
test/data/display.right
test/data/dollar-0.right
test/data/dollar-0a.right
test/data/dollar-0b.right
test/data/edit.cmd
test/data/edit.right
test/data/emacs_basic.cmd
test/data/emacs_basic.right
test/data/enable.cmd
test/data/enable.right
test/data/finish.cmd
test/data/finish.right
test/data/frame.cmd
test/data/frame.right
test/data/help.cmd
test/data/help.right
test/data/history.right
test/data/info-thread.cmd
test/data/info-thread.right
test/data/info-var-bug2.cmd
test/data/info-var-bug2.right
test/data/info-var.cmd
test/data/info-var.right
test/data/info.cmd
test/data/info.right
test/data/linetrace.cmd
test/data/linetrace.right
test/data/linetracep.cmd
test/data/linetracep.right
test/data/list.cmd
test/data/list.right
test/data/method.cmd
test/data/method.right
test/data/methodsig.cmd
test/data/methodsig.right
test/data/noquit.right
test/data/output.cmd
test/data/output.right
test/data/post-mortem-next.cmd
test/data/post-mortem-next.right
test/data/post-mortem-osx.right
test/data/post-mortem.cmd
test/data/post-mortem.right
test/data/quit.cmd
test/data/quit.right
test/data/raise.cmd
test/data/raise.right
test/data/save.cmd
test/data/save.right
test/data/setshow.cmd
test/data/setshow.right
test/data/source.cmd
test/data/source.right
test/data/stepping.cmd
test/data/stepping.right
test/data/test-init-cygwin.right
test/data/test-init-osx.right
test/data/test-init.right
test/data/trace.right
test/dollar-0.rb
test/gcd-dbg-nox.rb
test/gcd-dbg.rb
test/gcd.rb
test/helper.rb
test/info-var-bug.rb
test/info-var-bug2.rb
test/null.rb
test/output.rb
test/pm-base.rb
test/pm.rb
test/raise.rb
test/tdebug.rb
test/test-annotate.rb
test/test-break-bad.rb
test/test-breakpoints.rb
test/test-catch.rb
test/test-condition.rb
test/test-ctrl.rb
test/test-display.rb
test/test-dollar-0.rb
test/test-edit.rb
test/test-emacs-basic.rb
test/test-enable.rb
test/test-finish.rb
test/test-frame.rb
test/test-help.rb
test/test-hist.rb
test/test-info-thread.rb
test/test-info-var.rb
test/test-info.rb
test/test-init.rb
test/test-list.rb
test/test-method.rb
test/test-output.rb
test/test-pm.rb
test/test-quit.rb
test/test-raise.rb
test/test-save.rb
test/test-setshow.rb
test/test-source.rb
test/test-stepping.rb
test/test-trace.rb
test/thread1.rb
Has rdoc
true
Homepage
http://rubyforge.org/projects/ruby-debug/
Require paths
cli
Required ruby version
>= 1.8.2
Required rubygems version
>= 0
Rubyforge project
ruby-debug
Rubygems version
1.2.0
Specification version
2
Summary
Command line interface (CLI) for ruby-debug-base
Original platform
ruby
New platform
ruby