1. Open an IDEA project
2. Start debugging any run/debug configuration
3. Let the debugger run until it hits a breakpoint or the program finishes running
4. Control-click on methods and variables in the code.
5. Click the red X to close the debugger.
6. Repeat step 4.
Expected result:
In step 4 and 6, control-click should be equivalent to Control-B: it should take you to the declaration of the method or variable.
Actual result:
In step 4, control-click does nothing. In step 6, control-click works as expected.
Perhaps there is some new feature of the debugger that I'm not understanding, but this seems like a bug to me.