--- !ruby/object:Gem::Specification name: byebug version: !ruby/object:Gem::Version version: 3.5.1 platform: ruby authors: - David Rodriguez - Kent Sibilev - Mark Moseley autorequire: bindir: bin cert_chain: [] date: 2014-09-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: columnize requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.8' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.8' - !ruby/object:Gem::Dependency name: slop requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.6' - !ruby/object:Gem::Dependency name: debugger-linecache requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' 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: - 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/catchpoint.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/reload.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/trace.rb - lib/byebug/commands/undisplay.rb - lib/byebug/commands/variables.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/options.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/autoreload.rb - lib/byebug/settings/autosave.rb - lib/byebug/settings/basename.rb - lib/byebug/settings/callstyle.rb - lib/byebug/settings/forcestep.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/testing.rb - lib/byebug/settings/tracing_plus.rb - lib/byebug/settings/verbose.rb - lib/byebug/settings/width.rb - lib/byebug/version.rb - test/commands/break_test.rb - test/commands/condition_test.rb - test/commands/continue_test.rb - test/commands/delete_test.rb - test/commands/display_test.rb - test/commands/edit_test.rb - test/commands/eval_test.rb - test/commands/finish_test.rb - test/commands/frame_test.rb - test/commands/help_test.rb - test/commands/history_test.rb - test/commands/info_test.rb - test/commands/interrupt_test.rb - test/commands/irb_test.rb - test/commands/kill_test.rb - test/commands/list_test.rb - test/commands/method_test.rb - test/commands/post_mortem_test.rb - test/commands/pry_test.rb - test/commands/quit_test.rb - test/commands/reload_test.rb - test/commands/restart_test.rb - test/commands/save_test.rb - test/commands/set_test.rb - test/commands/show_test.rb - test/commands/source_test.rb - test/commands/stepping_test.rb - test/commands/thread_test.rb - test/commands/trace_test.rb - test/commands/undisplay_test.rb - test/commands/variables_test.rb - test/debugger_alias_test.rb - test/runner_test.rb - test/support/matchers.rb - test/support/test_interface.rb - test/support/utils.rb - test/test_helper.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.2.2 signing_key: specification_version: 4 summary: Ruby 2.0 fast debugger - base + CLI test_files: - test/commands/break_test.rb - test/commands/condition_test.rb - test/commands/continue_test.rb - test/commands/delete_test.rb - test/commands/display_test.rb - test/commands/edit_test.rb - test/commands/eval_test.rb - test/commands/finish_test.rb - test/commands/frame_test.rb - test/commands/help_test.rb - test/commands/history_test.rb - test/commands/info_test.rb - test/commands/interrupt_test.rb - test/commands/irb_test.rb - test/commands/kill_test.rb - test/commands/list_test.rb - test/commands/method_test.rb - test/commands/post_mortem_test.rb - test/commands/pry_test.rb - test/commands/quit_test.rb - test/commands/reload_test.rb - test/commands/restart_test.rb - test/commands/save_test.rb - test/commands/set_test.rb - test/commands/show_test.rb - test/commands/source_test.rb - test/commands/stepping_test.rb - test/commands/thread_test.rb - test/commands/trace_test.rb - test/commands/undisplay_test.rb - test/commands/variables_test.rb - test/debugger_alias_test.rb - test/runner_test.rb - test/support/matchers.rb - test/support/test_interface.rb - test/support/utils.rb - test/test_helper.rb