Expression level stepping
This is some of the few features that I've been found lacking in IDEA: http://www.omnicore.com/index.jsp?page=htmls/newdebugger.html
Not sure this is the right forum (although in one of the next, post 4.0 release, EAPs...), but: http://www.intellij.net/forums/thread.jsp?forum=15&thread=56395&tstart=0&trange=15
Please sign in to leave a comment.
Wow.
+Step back and Code Replay
Next to the conventional step buttons CodeGuide has an unobtrusive yet extremely powerful Step back button. When the debugged application has stopped this button can be used to replay and inspect what happend before the application stopped. After a step back the debugger switches into Replay mode. All step buttons continue to work as expected but instead of controlling the debugged application the developer inspects the execution history. The developer may for example step back and then step into a method call which has actually already been executed+
Those are some awesome features listed on that website. They blow me away and are exactly the kind of things I would kill for.
Expression-level stepping looks like
http://www.intellij.net/tracker/idea/viewSCR?publicId=12126