-
Name
-
byebug
-
Version
-
1.4.1
-
Platform
-
ruby
-
Authors
-
David RodrÃguez
Kent Sibilev
Mark Moseley
-
Bindir
-
bin
-
Date
-
2013-06-15 00:00:00 UTC
-
Dependencies
-
columnize (~> 0.3.6)
debugger-linecache (~> 1.2.0)
rake (~> 10.0.4, development)
rake-compiler (~> 0.8.3, development)
mocha (~> 0.14.0, development)
minitest (~> 5.0.3, development)
-
Description
-
Byebug is a Ruby 2.0 debugger. It's implemented using the
Ruby 2.0 TracePoint C API for execution control and the Debug Inspector C
API for call stack navigation. The core component provides support that
front-ends can build on. It provides breakpoint handling and bindings for
stack frames among other things and it comes with an easy to use command
line interface.
-
Email
-
deivid.rodriguez@mail.com
-
Executables
-
byebug
-
Extensions
-
ext/byebug/extconf.rb
-
Extra rdoc files
-
README.md
-
Files
-
.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
GUIDE.md
Gemfile
LICENSE
README.md
Rakefile
bin/byebug
byebug.gemspec
ext/byebug/breakpoint.c
ext/byebug/byebug.c
ext/byebug/byebug.h
ext/byebug/context.c
ext/byebug/extconf.rb
lib/byebug.rb
lib/byebug/command.rb
lib/byebug/commands/breakpoints.rb
lib/byebug/commands/catchpoint.rb
lib/byebug/commands/condition.rb
lib/byebug/commands/continue.rb
lib/byebug/commands/control.rb
lib/byebug/commands/display.rb
lib/byebug/commands/edit.rb
lib/byebug/commands/enable.rb
lib/byebug/commands/eval.rb
lib/byebug/commands/finish.rb
lib/byebug/commands/frame.rb
lib/byebug/commands/help.rb
lib/byebug/commands/info.rb
lib/byebug/commands/jump.rb
lib/byebug/commands/kill.rb
lib/byebug/commands/list.rb
lib/byebug/commands/method.rb
lib/byebug/commands/quit.rb
lib/byebug/commands/reload.rb
lib/byebug/commands/repl.rb
lib/byebug/commands/save.rb
lib/byebug/commands/set.rb
lib/byebug/commands/show.rb
lib/byebug/commands/skip.rb
lib/byebug/commands/source.rb
lib/byebug/commands/stepping.rb
lib/byebug/commands/trace.rb
lib/byebug/commands/variables.rb
lib/byebug/context.rb
lib/byebug/helper.rb
lib/byebug/interface.rb
lib/byebug/processor.rb
lib/byebug/version.rb
logo.png
old_doc/byebug.1
old_doc/byebug.texi
old_doc/gcd.rb
old_doc/hanoi.rb
old_doc/primes.rb
old_doc/test-triangle.rb
old_doc/tri3.rb
old_doc/triangle.rb
test/breakpoints_test.rb
test/conditions_test.rb
test/continue_test.rb
test/display_test.rb
test/edit_test.rb
test/eval_test.rb
test/examples/breakpoint1.rb
test/examples/breakpoint2.rb
test/examples/conditions.rb
test/examples/continue.rb
test/examples/display.rb
test/examples/edit.rb
test/examples/eval.rb
test/examples/finish.rb
test/examples/frame.rb
test/examples/help.rb
test/examples/info.rb
test/examples/info2.rb
test/examples/irb.rb
test/examples/jump.rb
test/examples/kill.rb
test/examples/list.rb
test/examples/method.rb
test/examples/post_mortem.rb
test/examples/quit.rb
test/examples/reload.rb
test/examples/restart.rb
test/examples/save.rb
test/examples/set.rb
test/examples/set_annotate.rb
test/examples/settings.rb
test/examples/show.rb
test/examples/source.rb
test/examples/stepping.rb
test/examples/tmate.rb
test/examples/trace.rb
test/examples/variables.rb
test/finish_test.rb
test/frame_test.rb
test/help_test.rb
test/info_test.rb
test/jump_test.rb
test/kill_test.rb
test/list_test.rb
test/method_test.rb
test/post_mortem_test.rb
test/quit_test.rb
test/reload_test.rb
test/repl_test.rb
test/restart_test.rb
test/save_test.rb
test/set_test.rb
test/show_test.rb
test/source_test.rb
test/stepping_test.rb
test/support/breakpoint.rb
test/support/context.rb
test/support/matchers.rb
test/support/mocha_extensions.rb
test/support/processor.rb
test/support/test_dsl.rb
test/support/test_interface.rb
test/test_helper.rb
test/trace_test.rb
test/variables_test.rb
-
Homepage
-
http://github.com/deivid-rodriguez/byebug
-
Licenses
-
BSD
-
Require paths
-
lib
-
Required ruby version
-
>= 2.0.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.0.3
-
Specification version
-
4
-
Summary
-
Ruby 2.0 fast debugger - base + cli
-
Test files
-
test/breakpoints_test.rb
test/conditions_test.rb
test/continue_test.rb
test/display_test.rb
test/edit_test.rb
test/eval_test.rb
test/examples/breakpoint1.rb
test/examples/breakpoint2.rb
test/examples/conditions.rb
test/examples/continue.rb
test/examples/display.rb
test/examples/edit.rb
test/examples/eval.rb
test/examples/finish.rb
test/examples/frame.rb
test/examples/help.rb
test/examples/info.rb
test/examples/info2.rb
test/examples/irb.rb
test/examples/jump.rb
test/examples/kill.rb
test/examples/list.rb
test/examples/method.rb
test/examples/post_mortem.rb
test/examples/quit.rb
test/examples/reload.rb
test/examples/restart.rb
test/examples/save.rb
test/examples/set.rb
test/examples/set_annotate.rb
test/examples/settings.rb
test/examples/show.rb
test/examples/source.rb
test/examples/stepping.rb
test/examples/tmate.rb
test/examples/trace.rb
test/examples/variables.rb
test/finish_test.rb
test/frame_test.rb
test/help_test.rb
test/info_test.rb
test/jump_test.rb
test/kill_test.rb
test/list_test.rb
test/method_test.rb
test/post_mortem_test.rb
test/quit_test.rb
test/reload_test.rb
test/repl_test.rb
test/restart_test.rb
test/save_test.rb
test/set_test.rb
test/show_test.rb
test/source_test.rb
test/stepping_test.rb
test/support/breakpoint.rb
test/support/context.rb
test/support/matchers.rb
test/support/mocha_extensions.rb
test/support/processor.rb
test/support/test_dsl.rb
test/support/test_interface.rb
test/test_helper.rb
test/trace_test.rb
test/variables_test.rb
-
Original platform
-
ruby
-
New platform
-
ruby