Skip to content
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

Simple Node.js debuging does not hit brackpoints #237105

Closed
ealon75 opened this issue Dec 30, 2024 · 4 comments
Closed

Simple Node.js debuging does not hit brackpoints #237105

ealon75 opened this issue Dec 30, 2024 · 4 comments
Assignees
Labels
info-needed Issue requires more information from poster *out-of-scope Posted issue is not in scope of VS Code

Comments

@ealon75
Copy link

ealon75 commented Dec 30, 2024

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.96.2
  • OS Version: Windows_NT 64 10.0.22631

Steps to Reproduce:

  1. I created a simple node.js test project
  2. Open in VScode and Clone the following Repository - https://github.com/ealon75/testNodeProject.git
  3. Set a breakpoint in the app.js file
  4. Run debug with "Launch Program" configuration
  5. Brackpoint is never reached
  6. I've tried it with a React app and typescript app, and all have the same issue.
  7. I've attached a couple of screenshots

Image

Image

@connor4312
Copy link
Member

/jsDebugLogs

Copy link

Please collect trace logs using the following instructions:

If you're able to, add "trace": true to your launch.json and reproduce the issue. The location of the log file on your disk will be written to the Debug Console. Share that with us.

⚠️ This log file will not contain source code, but will contain file paths. You can drop it into https://microsoft.github.io/vscode-pwa-analyzer/index.html to see what it contains. If you'd rather not share the log publicly, you can email it to connor@xbox.com

@vs-code-engineering vs-code-engineering bot added the info-needed Issue requires more information from poster label Jan 6, 2025
@ealon75
Copy link
Author

ealon75 commented Jan 8, 2025

The issue is still happening. Please see the logs attached.

vscode-debugadapter-620bb271.json.gz

@connor4312
Copy link
Member

This is a bug in your version of Node.js: nodejs/node#56002 Please upgrade or downgrade

@connor4312 connor4312 added the *out-of-scope Posted issue is not in scope of VS Code label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

3 participants