Skip to content

Prevent stack trace calculation from being halted if any of the frames throws an error #2407

Closed
@elliette

Description

@elliette

Encountered this issue while debugging a google3 app.

When an app is paused at a breakpoint, DWDS attempts to get information about all the frames in the stack trace. If any part of that fails (for example, an error is thrown when DWDS tries to get variable information for the frame), then the whole stack trace computation is stopped.

Instead, we should catch any errors when we are calculating an individual frame, and skip adding it if it fails.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions