IntelliJ Idea and Debugging

Hello guys,

When I'm trying to debug code such as this:
Goals goals = new Goals(element.getChild("goals"), version);

After F7 button is clicked the Idea goes on Idle for a while. ( btw, the code that in constructor only inicializes small amount of memory and element.getChild() is costs small amount of time ).

Is this a bug or I'm doing something wrong ?

Message was edited by:
Miroslav Genov

0
1 comment

similar problem here. sometimes (not reproducible) idea starts to wait for a "debugger command to finish" or something like that which seems to take forever. happens rarely.

0

Please sign in to leave a comment.