nodejs-testing icon indicating copy to clipboard operation
nodejs-testing copied to clipboard

Cannot debug

Open ThePlenkov opened this issue 1 year ago • 5 comments

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 avatar Nov 07 '24 14:11 ThePlenkov

that;s how I run my test image

ThePlenkov avatar Nov 07 '24 14:11 ThePlenkov

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

ThePlenkov avatar Nov 07 '24 14:11 ThePlenkov

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

ThePlenkov avatar Nov 07 '24 14:11 ThePlenkov

I also have this message: image

ThePlenkov avatar Nov 07 '24 14:11 ThePlenkov

I am having the same issue. It hangs and after sometime crashes whole vscode in m1 Mac. I am running it in this repo.

  "nodejs-testing.include": [
    "./packages/**/test"
  ],
  "nodejs-testing.concurrency": 10
}```

apatel369 avatar Dec 05 '24 01:12 apatel369