Skip to content

[Pause on exception] cannot open src file at pausing when it is too deep in the callstack  #34

@Eskibear

Description

@Eskibear

Steps:

  1. Open a complicated Java project, e.g. azure-tools-for-java

  2. 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.

  3. Check Caught Exceptions, set corresponding port <PortNumber>, attach the debugger.

  4. 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.
    image

  5. Click Load More Stack Frames, to show more frames:
    image

Should it find the first available src file in stack frames, and navigate to that file?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions