Top "Ruby-debug" questions

The purpose of a debugger ruby-debug is to allow you to see what is going on “inside” a Ruby program while it executes.

Install autoreconf on OS X v10.7 (Lion)?

I'm attempting to re-install Ruby 1.9.3 with a patch that will allow me to use ruby-debug. When following the instructions and …

macos osx-lion rvm ruby-debug
ruby-debug Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers

My Rails is 3.2.1.4, Ruby is 1.9.3p448. I got an error when I install ruby-debug: Building native extensions. This could take …

ruby ruby-debug
Running ruby debug in rspec?

I'm trying to get Ruby debugger running in one of my specs: describe User do it "should be valid" do …

ruby-on-rails rspec rake ruby-debug
ruby-debug with Ruby 1.9.3?

I just updated to Ruby 1.9.3p0 and Rails 3.1.1. Now when I try to launch the server, it complains that I …

ruby-on-rails ruby ruby-1.9.3 ruby-debug
Ruby on Rails: debugging rake tasks

When I write debugger it does not start: NoMethodError: undefined method `run_init_script' for Debugger:Module from /usr/local/…

ruby-on-rails ruby debugging rake ruby-debug
how do I install ruby-debug in ruby 1.9.3 / Rails 3.2.1

Possible Duplicate: Rails 3.1 and Ruby 1.9.3p125: ruby-debug19 still crashes with “Symbol not found: _ruby_threadptr_data_type” I'm done with …

ruby-on-rails ruby gem ruby-debug
Rails with ruby-debugger throw 'Symbol not found: _ruby_current_thread (LoadError)'

I have standard ruby-head and Rails 3.1rc4. I installed ruby-debug with following instructions from http://dirk.net/2010/04/17/ruby-debug-with-ruby-19x-and-rails-3-on-rvm/ …

ruby-on-rails ruby ruby-debug
Ruby Debug "no such file to load --spec_helper"

Noob who may be missing something obvious ... I'm trying to debug an Rspec file. The Rspec file is stripped down …

ruby-on-rails rspec ruby-debug
Cannot use ruby-debug19 with 1.9.3-p0?

Possible Duplicate: Rails 3.1 and Ruby 1.9.3p125: ruby-debug19 still crashes with “Symbol not found: _ruby_threadptr_data_type” I run this: …

ruby gem rvm ruby-debug
Cannot install ruby-debug gem on Windows

I'm having trouble installing the Ruby-Debug Gem on windows. What does this error mean? How can I fix this? Thanks …

ruby-on-rails windows rubygems ruby-debug