You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
elliette
changed the title
Prevent stack frame calculation from being halted if any of the frames throws an error
Prevent stack trace calculation from being halted if any of the frames throws an error
Apr 16, 2024
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.
The text was updated successfully, but these errors were encountered: