ruby-debug
Using IRB (i.e. calling 'debugger') with Thor?
I\'m trying to get Thor to trigger an IRB prompt when \'debugger\' is reached in the code (like Rails, etc).Although I can trigger debugger, how do I get IRB to start automatically when debugger is tr[详细]
2023-03-19 06:30 分类:问答Run ruby-debug on Heroku
Is ther开发者_运维百科e any way to do it? I often have issues that work locally but fail on Heroku for some reason related to the environment. It would be nice to be able to run the debugger there.Cur[详细]
2023-03-14 16:54 分类:问答Rails with ruby-debugger throw 'Symbol not found: _ruby_current_thread (LoadError)'
I have standard ruby-head and Rails 3.1rc4. I installed ruby-debugwith following instructions from http://dirk.net/2010/04/17/ruby-debug-with-ruby-19x-and-rails-3-on-rvm/[详细]
2023-03-14 10:21 分类:问答Ruby Debugger in RubyMine
I am trying to run the debugger in Rubymine and I keep getting this error. /Users/skline/.rvm/rubies/ruby-1.9.2-p136/bin/ruby -e at_exit{sleep(1)};$stdout.sync=true;$stderr.sync=true;load($0=ARGV.sh[详细]
2023-03-03 11:56 分类:问答Default to "autolist on" in ruby debugger
Is there a way to set up certain defaults in the debu开发者_运维技巧gger?I\'m not finding a way to do this..create the file ~/.rdebugrc[详细]
2023-02-28 03:50 分类:问答Ruby - Evaluate expressions while debugging in Netbeans
I am using Netbeans as a ruby IDE, When I\'m debugging I would like to be able to run an expressions to see values开发者_运维知识库 or ouputs of method calls when I have hit a break point. Is this pos[详细]
2023-02-21 22:52 分类:问答Ruby 1.9.1 and Aptana Studio 3 Cant get debug to work (Windows)
So for the last few weeks ive been reading posts on SO and other sites about Ruby IDE\'s, especially for support with Ruby 1.9. Aptana/RadRails plugin looks amazing as im very used to the eclipse envi[详细]
2023-02-14 18:33 分类:问答Ruby Debug "no such file to load --spec_helper"
Noob who may be missing something obvio开发者_如何转开发us ... I\'m trying to debug an Rspec file.The Rspec file is stripped down at this point:[详细]
2023-02-12 12:24 分类:问答Debugging migrations in rails 3 using ruby-debug?
How do I debug my migrations using 开发者_如何学Goruby-debug in rails 3? running rake db:migrate does not seem to trigger any debugger command as in Rails 2. And rake db:migrate --debugger does not w[详细]
2023-02-09 22:01 分类:问答Can install gem ruby-debug, but rails server can't find it
I found a pretty interesting problem installing ruby gems bluehat@Matapan:~/code/Amacron$ rails server --debugger[详细]
2023-02-06 02:52 分类:问答