Ehud Rosenberg

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Remote debugging a Rails console session
I'm having trouble setting up remote debugging in order to debug a Rails console session.The steps I've followed so far:1. start a rdebug-ide session using:rdebug-ide --port 1234 -- script\rails co... -
Created Debugging Spork + RSpec in Rubymine 4
Hello,I've started using Spork with Rspec but can't seem to figure out how I can debug specs and take advantage of Spork at the same time.I've tried starting Spork in debug mode as well as the test...