--- !ruby/object:Gem::Specification name: byebug version: !ruby/object:Gem::Version version: 9.0.4 platform: ruby authors: - David Rodriguez - Kent Sibilev - Mark Moseley autorequire: bindir: bin cert_chain: [] date: 2016-05-19 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' 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: - CHANGELOG.md - CONTRIBUTING.md - GUIDE.md - LICENSE - README.md - bin/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/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/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/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/subcommands.rb - lib/byebug/version.rb homepage: http://github.com/deivid-rodriguez/byebug licenses: - BSD metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: Ruby 2.0 fast debugger - base + CLI test_files: [] has_rdoc: