Skip to content

Conditional Breakpoint got error code in reply:504#453

Merged
testforstephen merged 1 commit intomicrosoft:mainfrom
testforstephen:jinbo_bugfix
Oct 31, 2022
Merged

Conditional Breakpoint got error code in reply:504#453
testforstephen merged 1 commit intomicrosoft:mainfrom
testforstephen:jinbo_bugfix

Conversation

@testforstephen
Copy link
Contributor

Fixes microsoft/vscode-java-debug#1250

In old behavior, conditional breakpoint will store some stale stackframes in the cache so that its length doesn't match the new conditional breakpoint's stackframe length.

Fix: conditional breakpoint doesn't need to reload the stack frames if the thread's stackframes are not used before.

@testforstephen testforstephen merged commit ec39583 into microsoft:main Oct 31, 2022
@testforstephen testforstephen deleted the jinbo_bugfix branch October 31, 2022 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Conditional Breakpoint got error code in reply:504

3 participants

Comments