-
Name
-
byebug
-
Version
-
11.1.3
-
Platform
-
ruby
-
Authors
-
David Rodriguez
Kent Sibilev
Mark Moseley
-
Bindir
-
exe
-
Date
-
2020-04-23 00:00:00 UTC
-
Dependencies
-
bundler (~> 2.0, development)
-
Description
-
Byebug is a Ruby debugger. It's implemented using the
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@riseup.net
-
Executables
-
byebug
-
Extensions
-
ext/byebug/extconf.rb
-
Extra rdoc files
-
CHANGELOG.md
CONTRIBUTING.md
README.md
GUIDE.md
-
Files
-
CHANGELOG.md
CONTRIBUTING.md
GUIDE.md
LICENSE
README.md
exe/byebug
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/command_list.rb
lib/byebug/commands.rb
lib/byebug/commands/break.rb
lib/byebug/commands/catch.rb
lib/byebug/commands/condition.rb
lib/byebug/commands/continue.rb
lib/byebug/commands/debug.rb
lib/byebug/commands/delete.rb
lib/byebug/commands/disable.rb
lib/byebug/commands/disable/breakpoints.rb
lib/byebug/commands/disable/display.rb
lib/byebug/commands/display.rb
lib/byebug/commands/down.rb
lib/byebug/commands/edit.rb
lib/byebug/commands/enable.rb
lib/byebug/commands/enable/breakpoints.rb
lib/byebug/commands/enable/display.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/info/breakpoints.rb
lib/byebug/commands/info/display.rb
lib/byebug/commands/info/file.rb
lib/byebug/commands/info/line.rb
lib/byebug/commands/info/program.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/next.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/skip.rb
lib/byebug/commands/source.rb
lib/byebug/commands/step.rb
lib/byebug/commands/thread.rb
lib/byebug/commands/thread/current.rb
lib/byebug/commands/thread/list.rb
lib/byebug/commands/thread/resume.rb
lib/byebug/commands/thread/stop.rb
lib/byebug/commands/thread/switch.rb
lib/byebug/commands/tracevar.rb
lib/byebug/commands/undisplay.rb
lib/byebug/commands/untracevar.rb
lib/byebug/commands/up.rb
lib/byebug/commands/var.rb
lib/byebug/commands/var/all.rb
lib/byebug/commands/var/args.rb
lib/byebug/commands/var/const.rb
lib/byebug/commands/var/global.rb
lib/byebug/commands/var/instance.rb
lib/byebug/commands/var/local.rb
lib/byebug/commands/where.rb
lib/byebug/context.rb
lib/byebug/core.rb
lib/byebug/errors.rb
lib/byebug/frame.rb
lib/byebug/helpers/bin.rb
lib/byebug/helpers/eval.rb
lib/byebug/helpers/file.rb
lib/byebug/helpers/frame.rb
lib/byebug/helpers/parse.rb
lib/byebug/helpers/path.rb
lib/byebug/helpers/reflection.rb
lib/byebug/helpers/string.rb
lib/byebug/helpers/thread.rb
lib/byebug/helpers/toggle.rb
lib/byebug/helpers/var.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/option_setter.rb
lib/byebug/printers/base.rb
lib/byebug/printers/plain.rb
lib/byebug/printers/texts/base.yml
lib/byebug/printers/texts/plain.yml
lib/byebug/processors/command_processor.rb
lib/byebug/processors/control_processor.rb
lib/byebug/processors/post_mortem_processor.rb
lib/byebug/processors/script_processor.rb
lib/byebug/remote.rb
lib/byebug/remote/client.rb
lib/byebug/remote/server.rb
lib/byebug/runner.rb
lib/byebug/setting.rb
lib/byebug/settings/autoirb.rb
lib/byebug/settings/autolist.rb
lib/byebug/settings/autopry.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/savefile.rb
lib/byebug/settings/stack_on_error.rb
lib/byebug/settings/width.rb
lib/byebug/source_file_formatter.rb
lib/byebug/subcommands.rb
lib/byebug/version.rb
-
Homepage
-
https://github.com/deivid-rodriguez/byebug
-
Licenses
-
BSD-2-Clause
-
Require paths
-
lib
-
Required ruby version
-
>= 2.4.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.2.0.pre1
-
Specification version
-
4
-
Summary
-
Ruby fast debugger - base + CLI
-
Original platform
-
ruby
-
New platform
-
ruby