debugger stepping
very often when I want to step IN a method, I want to step in the
"outer" method call at the current line.
for example, with the debugger currently on the following line :
recoverer_.recoverNode (nodeIdentifier.getValue());
pressing F7, I want to step in 'recoverNode' not in 'getValue'
how do I do that (without having to navigate and 'run to cursor' ) ??
Edo
Please sign in to leave a comment.
You can't do this yet - but there is a feature request posted, since a
lot of people have the same problem:
http://www.intellij.net/tracker/idea/viewSCR?publicId=12126
Head over and vote for it!