The purpose of a debugger ruby-debug is to allow you to see what is going on “inside” a Ruby program while it executes.
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-debugMy 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-debugI'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-debugI 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-debugWhen 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-debugPossible 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-debugI 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-debugNoob 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-debugPossible 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-debugI'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