debugger steps wildly
Using Windows7 & rubymine 3.0 build 97.125. The debugger gems were built w/ devkit. Stepping with the debugger doesn't work as expected. Set a breakpoint on the declaration of the controller's update method. 1) All the actions seem to break on this breakpoint. StepOver breaks on the destroy method--the next declared action method. StepOver breaks outside the controller. 2) Invoking the update action breaks on the breakpoint. StepOver breaks outside the controller.
Please sign in to leave a comment.