microsoft / vscode-js-debug

A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
MIT License
1.67k stars 283 forks source link

No longer able to debug Karma Test in Visual Studio Code after latest update #2121

Closed clegeard closed 2 weeks ago

clegeard commented 2 weeks ago

Describe the bug No longer able to debug Karma Test in Visual Studio Code after latest update (1.95.1)

To Reproduce Since yesterday I'm no longer able to debug my tests My launch file was is set as: { "type": "chrome", "request": "launch", "name": "Debug Karma Tests", "url": "http://localhost:9876/debug.html", "webRoot": "${workspaceFolder}" }

This was working perfectly fine until today.

Log File

No logs available, Karma Debugger Runner opens on port 9876 (http://localhost:9876/debug.html) but it simply does nothing

VS Code Version: 1.95.1

connor4312 commented 2 weeks ago

https://github.com/microsoft/vscode/issues/232651#issuecomment-2450365808