Scott Burkhalter
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Scott Burkhalter created a post, Writing rake tasks, how do I interactively debug them in RubyMine?
I'm writing a Gem that contains Rake tasks. I want to set breakpoints and inspect the gem codebase during task execution. How can I do this in RubyMine? I tried setting up a Rake debug config, but...