As others have suggested, take a look at the βStart profiling from classβ setting.
But you can consider the timing. As you can see in the background, the process you want to debug is already completed.
Check in the call tree and in the process list on the left that you are debugging. In your screenshot, you are debugging the destruction of the JVM. This does not include your code, so you should not see it there.
source share