Let\'s suppose I have a very simple Ruby program: require \'rubygems\' require \'ruby-debug\' x = 1 debugger
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
I\'d like to be able to set conditional breakpoints in ruby-debug, where the condition is \"An exception was thrown.\"
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:
I have problems using passenger standalone with a debugger. If I try this: passenger start --debugger I get this error:
Is there a way like how we debug models / controllers with logger.debug? Or even a better method? Thank you!
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?
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
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
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