ruby-debug
How do I set a variable in the Ruby debugger (ruby-debug/rdebug)?
Let\'s suppose I have a very simple Ruby program: require \'rubygems\' require \'ruby-debug\' x = 1 debugger[详细]
2023-02-04 11:13 分类:问答Running Ruby debugger on Eclipse PDT
I am trying to run a ruby debugger in Eclipse. I have not run a ruby debugger before, so I am not sure where to troubleshoot the problem. I am using Eclipse for PHP Developers, Version: Helios Release[详细]
2023-02-03 14:55 分类:问答Can I dynamically place a breakpoint in the event of an exception in Ruby?
I\'d like to be able to set conditional breakpoints in ruby-debug, where the condition is \"An exception was thrown.\"[详细]
2023-01-30 15:07 分类:问答installing ruby-debug-ide on an offline machine
I\'m trying to install ruby-debug-ide-0.4.15.gem on an Ubuntu 10.04 machine which is not connected to the Internet, and I get the following errors:[详细]
2023-01-30 01:26 分类:问答Passenger 3.0 and debugger
I have problems using passenger standalone with a debugger. If I try this: passenger start --debugger I get this error:[详细]
2023-01-23 01:07 分类:问答How to debug a plugin / gem? (with useful notes to setup and use ruby-debug gem)
Is there a way like how we debug models / controllers with logger.debug? Or even a better method? Thank you![详细]
2023-01-13 23:13 分类:问答frame, thread, and some other jargons in ruby-debug gem, what do they mean?
I am now trying to learn ruby-debug gem, but there are many jargons I am unable to catch up. Wondering if anyone could help with the explanations?[详细]
2023-01-13 18:08 分类:问答RVM + Ruby 1.9.1 + ruby-debug = error?
I am trying to get a decent navigation between my methods in TextMate. I would love to have a list of them in a drawer, but I gue开发者_StackOverflowss there is no such solution yet, right? Therefore[详细]
2023-01-06 12:27 分类:问答Debugging Rails application with Textmate
How do you guys debug your Rails apps?I have seen a link to datanoise.com that is supposed to show how to use ruby-debug with Textmate using a bundle.. but it looks like the page is down.Does anyone k[详细]
2023-01-05 08:07 分类:问答using ruby-debug with jruby-1.5.0
Release notes say that ruby-debug is installed by default.I\'m using rvm.In my rails app I figured something as simple as script/server --debugger would suffice, but it complains that the ruby-debug g[详细]
2023-01-03 09:46 分类:问答
加载中,请稍侯......