Closed lamuertepeluda closed 7 months ago
Similar (or same) problem here, Debugger attached
no longer appears in the terminal pane as expected, and the little debugger control window (allowing to pause / single step / exit) disappears shortly after initiating a "debug" session. After that the program executes without any debugging help. Had to downgrade to 1.87.2. Not fixed in 1.89 either. Same hardware config as OP.
I also encountered this problem on 1.88 and had to downgrade to 1.87.2 as @webhype mentioned to get debugging back for my typescript apps.
Edit:
Actually, my issue may relate to using NODE_OPTIONS=--dns-result-order=ipv4first
as part of an attempt to get testcontainers working with rancher-desktop...
The underlying issue (microsoft/vscode#209785) is closed, and the fix has been released in vscode 1.88.1.
@lamuertepeluda, @webhype, @KyleLehtinenDev, could you guys update the vscode to verify if that resolved your issue?
The underlying issue (microsoft/vscode#209785) is closed, and the fix has been released in vscode 1.88.1.
@lamuertepeluda, @webhype, @KyleLehtinenDev, could you guys update the vscode to verify if that resolved your issue?
I updated to 1.88.1 and I am now able to use the debugger again! Thanks
thanks @lamuertepeluda. closing this issue as resolved.
Describe the bug
Debugging tests seem not to work anymore in VSCode 1.88, macOS 14.4.1 M2 Pro Chipset
Perhaps related to https://github.com/microsoft/vscode/issues/209785
To Reproduce Steps to reproduce the behavior:
Expected behavior
Debugger stops at test breakpoints
I Prerequisite
Additional context
See VSCode issue, see also https://github.com/firsttris/vscode-jest-runner/issues/362 (similar extension, same problem)
The fastest (and the most fun) way to resolve the issue is to submit a pull request yourself. If you are interested, please check out the contribution guide, we look forward to seeing your PR...