I am trying to set up and use the debugger in RubyMine 4. I am running Rails 3.2, Ruby 1.9.3-p125 OS X. I have the proper gems, and can set breakpoints, set up a configuration, etc. But I am unsure of the workflow.
I am looking for a pointer to some documentation on how to actually use the debugger. Links? Screencast? Tutorial? Once I get going, I’ll be all set.
(Edit, clarified my actual question).
How to debug a Rails application: