-
Name
-
byebug
-
Version
-
4.0.0
-
Platform
-
ruby
-
Authors
-
David Rodriguez
Kent Sibilev
Mark Moseley
-
Bindir
-
bin
-
Date
-
2015-03-13 00:00:00 UTC
-
Dependencies
-
columnize (= 0.9.0)
bundler (~> 1.7, development)
-
Description
-
Byebug is a Ruby 2 debugger. It's implemented using the
Ruby 2 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
-
CHANGELOG.md
CONTRIBUTING.md
README.md
GUIDE.md
-
Files
-
.gitignore
.rubocop.yml
.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
ext/byebug/locker.c
ext/byebug/threads.c
lib/byebug.rb
lib/byebug/attacher.rb
lib/byebug/breakpoint.rb
lib/byebug/command.rb
lib/byebug/commands/break.rb
lib/byebug/commands/catch.rb
lib/byebug/commands/condition.rb
lib/byebug/commands/continue.rb
lib/byebug/commands/delete.rb
lib/byebug/commands/display.rb
lib/byebug/commands/edit.rb
lib/byebug/commands/enable_disable.rb
lib/byebug/commands/eval.rb
lib/byebug/commands/finish.rb
lib/byebug/commands/frame.rb
lib/byebug/commands/help.rb
lib/byebug/commands/history.rb
lib/byebug/commands/info.rb
lib/byebug/commands/interrupt.rb
lib/byebug/commands/irb.rb
lib/byebug/commands/kill.rb
lib/byebug/commands/list.rb
lib/byebug/commands/method.rb
lib/byebug/commands/pry.rb
lib/byebug/commands/quit.rb
lib/byebug/commands/restart.rb
lib/byebug/commands/save.rb
lib/byebug/commands/set.rb
lib/byebug/commands/show.rb
lib/byebug/commands/source.rb
lib/byebug/commands/stepping.rb
lib/byebug/commands/threads.rb
lib/byebug/commands/tracevar.rb
lib/byebug/commands/undisplay.rb
lib/byebug/commands/untracevar.rb
lib/byebug/commands/var.rb
lib/byebug/context.rb
lib/byebug/core.rb
lib/byebug/helper.rb
lib/byebug/history.rb
lib/byebug/interface.rb
lib/byebug/interfaces/local_interface.rb
lib/byebug/interfaces/remote_interface.rb
lib/byebug/interfaces/script_interface.rb
lib/byebug/interfaces/test_interface.rb
lib/byebug/printers/base.rb
lib/byebug/printers/plain.rb
lib/byebug/processor.rb
lib/byebug/processors/command_processor.rb
lib/byebug/processors/control_command_processor.rb
lib/byebug/remote.rb
lib/byebug/runner.rb
lib/byebug/setting.rb
lib/byebug/settings/autoeval.rb
lib/byebug/settings/autoirb.rb
lib/byebug/settings/autolist.rb
lib/byebug/settings/autosave.rb
lib/byebug/settings/basename.rb
lib/byebug/settings/callstyle.rb
lib/byebug/settings/fullpath.rb
lib/byebug/settings/histfile.rb
lib/byebug/settings/histsize.rb
lib/byebug/settings/linetrace.rb
lib/byebug/settings/listsize.rb
lib/byebug/settings/post_mortem.rb
lib/byebug/settings/stack_on_error.rb
lib/byebug/settings/verbose.rb
lib/byebug/settings/width.rb
lib/byebug/state.rb
lib/byebug/states/control_state.rb
lib/byebug/states/regular_state.rb
lib/byebug/version.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.4.6
-
Specification version
-
4
-
Summary
-
Ruby 2.0 fast debugger - base + CLI
-
Original platform
-
ruby
-
New platform
-
ruby