-
Notifications
You must be signed in to change notification settings - Fork 345
Description
Describe the bug
Up to v1.97.1 I was able to Launch the debugger just fine but in the latest version I'm having trouble with JS or TS.
To Reproduce
Steps to reproduce the behavior:
- Open any JS or TS file
- Set breaking points
- Trigger the DAP (not sure how it's called in VS Code, I'm using Nvim)
- DAP won't launch (I'm still able to Attach to a debugging session tho)
Log File
I've set the TRACE according to nvim-dap doc, not sure this is the same log generated from VS Code tho.
Also I tried opening it inside the pwa-analyzer but it doesn't seem to work in there. I was wondering perhaps this is a different log.
I'll add the logs here anyway in case it helps:
This is the log for the DAP + JS adapter working in v1.97.1
Now this is the log after updating it to the latest version.
ps: I tried this multiple times, rolling it back to 1.97 works and updating to latest version breaks for me. I've also raised this question in the DAP discussions but not sure people in there have updated it to the latest version already, no response so far so I decided to check here if someone else having issues.
-->
Nvim: v0.11.0
Additional context
n/a
UPDATE:
Well it seems it's working fine, I just noticed that error about experimental networking by default on recent Node versions which is described in the changelog for the latest version as well (kinda hidden but it's there).
I believe the issue was my config which was using deno and this exp feature somehow affected it.