Steps:
-
Open a complicated Java project, e.g. azure-tools-for-java
-
Open the same project in Eclipse, add VM options
-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=<PortNumber>
and Run it in eclipse.
-
Check Caught Exceptions, set corresponding port <PortNumber>, attach the debugger.
-
The main threads pauses on exception, but no available src files in top callstacks. At my first sight I don't know where the exception occurred.

-
Click Load More Stack Frames, to show more frames:

Should it find the first available src file in stack frames, and navigate to that file?
Steps:
Open a complicated Java project, e.g.
azure-tools-for-javaOpen the same project in Eclipse, add VM options
-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=<PortNumber>and
Runit in eclipse.Check
Caught Exceptions, set corresponding port<PortNumber>, attach the debugger.The main threads pauses on exception, but no available src files in top callstacks. At my first sight I don't know where the exception occurred.

Click

Load More Stack Frames, to show more frames:Should it find the first available src file in stack frames, and navigate to that file?