debugger icon indicating copy to clipboard operation
debugger copied to clipboard

port of ruby-debug that works on 1.9.2 and 1.9.3

Results 15 debugger issues
Sort by recently updated
recently updated
newest added

Installing this game, take me this error. Ruby version: ruby-1.9.3-p556 SO: Ubuntu 16.04 ``` YAML safe loading is not available. Please upgrade psych to a version that supports safe loading...

There should be a clear error message that states debugger is not compatible with Ruby 2. I received the following error when attempting an install: ``` $ gem install debugger...

enhancement

As rubyforge is down, it seems impossible to find ruby-debug-base19-0.11.26.gem. And thus impossible to install ruby-debug with ruby2.1. The problem is that all windowed debuggers are written to use`require 'ruby-debug'`making...

Via https://github.com/nixme/pry-debugger/issues/55. ``` source 'https://rubygems.org' ruby '2.0.0' gem 'rails' gem 'sqlite3' gem 'debugger' ``` ``` $ rails c Loading development environment (Rails 4.1.4) 2.0.0-p353 :001 > n /tmp/n-wat$ ``` This...

enhancement

This is for issue [#57]. I took the feedback from deivid-rodriguez to rewrite some tests and squashed out some of my old commits.

enhancement

Motivated by #39, it would be good to have a guide that lives in doc/ that reflects debugger features that currently work. The doc should be in markdown and if...

enhancement

Similar to the Ruby -I command, rdebug should support multiple load paths separated by colons.

blocked

I have very basic Rails 4 project (https://github.com/akutarba/rails4-debugger-xml-app) There is a breakpoint at https://github.com/akutarba/rails4-debugger-xml-app/blob/master/app/controllers/shops_controller.rb#7. I run it with ruby-1.9.3-p448, open http://localhost:3000/shops in browser to stop at the break point and...

bug

As encountered in sferik/twitter#332, the following causes debugger to raise an internal error: ``` ruby threads = [] [1,2,3].each {|obj| threads

bug

If rdebug runs (local) script which finishes normally it saves its history (with readline). But if script ends with an exception, history is not saved. That's annoying.

enhancement