[release/6.0-staging][mono][debugger] Showing "Frame not in module" after vscode-js-debug bump on VS#88351
Conversation
|
Tagging subscribers to this area: @thaystg Issue DetailsCustomer Impact Testing: Risk
|
|
@thaystg - Reminder - Tomorrow Monday 10th is Code Complete for the August Release. If you intend to get this fix included in that servicing release, please make sure to get an area owner sign-off and merge the PR before 4pm, because that's when I close the branches to start merging staging into internal. |
Backport #87154 #87870 #87979
Customer Impact
Fixes #87407.
ExecutionContextDestroy and ExecutionContextCleared were CDP messages ignored by vscode-js-debug, and now they implemented the correct support for it, so we also need to implement the correct support on BrowserDebugProxy otherwise it will not be possible to debug Blazor apps with authentication.
Testing:
Try setting a breakpoint on a page guarded by authentication.
Risk
Medium, It's removing the debugging contexts that are not valid anymore.