Find the execution point in my file

Answered

Hello, newbie there.
I'm trying to debug my file called "myJavaApp.java"


At some point I pause execution and try to find current execution via this tool :
https://www.jetbrains.com/help/idea/finding-the-current-execution-point.html


The problem is that Idea intellij shows me a subfunction call which is not in my "myJavaApp.java" but in some other dependency I don't care about.

I tried clicking "step out" 20 time without sucess.

Is there a way to restrict this tool to the file I'm tring to debug "myJavaApp.java" ?


Thanks


0
1 comment

Hello,

Was your programm frame selected in "Frames" in "Debug Tool Window"? Have you stepped into after stopping on breakpoint?

 

0

Please sign in to leave a comment.