-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node.js v23.2.0: Breakpoints not binding in VS Code debugger #55948
Comments
+1 |
I experienced the same behavior in 23.3.0 as well. |
Looks like Node 23 no longer can enumerate named pipes on Windows which causes this:
Seems to have happened in 23.2, 23.1 works fine. I don't see any suspicious changelog entries for this, just #55527 from @rvagg. Maybe something went wrong in the revert? 🤔 We use this check to detect if the pipe to connect to the debugger is still available when we're operating in the synchronous debug bootloader; Windows lacks any kind of API aside from this for checking the existence of a named pipe, as |
Version
v23.2.0
Platform
Subsystem
Node.js Debugger (V8 Inspector)
What steps will reproduce the bug?
Install Node.js v23.2.0
Create a simple JavaScript file:
How often does it reproduce? Is there a required condition?
Reproduces 100% of the time with Node.js v23.2.0. Issue does not occur with v23.1.0.
What is the expected behavior? Why is that the expected behavior?
Debugger should pause execution at set breakpoints, allowing inspection of program state.
What do you see instead?
Program runs without stopping at breakpoints. Breakpoints appear hollow/unfilled in VS Code, indicating they are not binding to the code.
Additional information
VSCode:
Version: 1.95.3 (user setup)
Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813
Date: 2024-11-13T14:50:04.152Z
Electron: 32.2.1
ElectronBuildId: 10427718
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.19045
The text was updated successfully, but these errors were encountered: