Track the upstream netcoredbg WinForms stackTrace 0x80004002 fix and remove our temporary extension-side workaround when the fix is available in a released binary we can bundle.
Upstream links:
Current local behavior:
- VS Code extension
0.1.9 ships a mitigation via netcoredbg-proxy.js guarded by vbnet.debugger.workarounds.stackTraceNoInterfaceFallback (default: true).
Monitoring cadence:
- Check upstream issue/PR status weekly.
- When merged, identify first netcoredbg release/tag containing the fix.
- Revalidate WinForms breakpoint stack traces against that release.
- Update bundled debugger assets and remove/retire workaround code and setting if no longer needed.
Posted by Codex on behalf of @govert.
Track the upstream netcoredbg WinForms
stackTrace 0x80004002fix and remove our temporary extension-side workaround when the fix is available in a released binary we can bundle.Upstream links:
Current local behavior:
0.1.9ships a mitigation vianetcoredbg-proxy.jsguarded byvbnet.debugger.workarounds.stackTraceNoInterfaceFallback(default:true).Monitoring cadence:
Posted by Codex on behalf of @govert.