connor4312 / nodejs-testing

VS Code integration for node:test native tests
MIT License
50 stars 7 forks source link

Cannot debug #58

Open ThePlenkov opened 2 weeks ago

ThePlenkov commented 2 weeks ago

Hi! I'm trying to debug a script with your extension, but debugger doesn't start. It seems like extension is hanging.

I have this in my debug console:

/usr/local/bin/node ./../../home/node/.vscode-server/extensions/connor4312.nodejs-testing-1.6.0/out/runner-worker.js /tmp/nodejs-test.77636-4.sock

Do you know may be what can be the reason?

Thanks!

ThePlenkov commented 2 weeks ago

that;s how I run my test image

ThePlenkov commented 2 weeks ago

nevermind - i just did it again and it worked. not an issue. Thanks for the extension BTW!

ThePlenkov commented 2 weeks ago

may be there is still an issue - because I restarted and it again hangs: image

ThePlenkov commented 2 weeks ago

I also have this message: image