Scott Burkhalter
- 活动总数 2
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
Scott Burkhalter 创建了一个帖子, 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...