vscode-jest-runner icon indicating copy to clipboard operation
vscode-jest-runner copied to clipboard

Debugger attached but got killed immediately

Open DannySu09 opened this issue 2 years ago • 1 comments

I guess this problem probably isn't caused by vscode-jest-runner itself. But I'm a novice in debugging command line issue and have no idea where to start. I did some google searching but still not managed to solve it.

Environment:

  • node: v16.14.2
  • OS: macOS Ventura 13.2.1
  • vscode-jest-runner: v0.4.60

Steps to reproduce:

Click the debug button on one of the tests image

The command generated by vscode-jest-runner is: image

The output

Below is the output after I ran a test in debug mode:

Debugger attached.
zsh: killed     /usr/bin/env    node_modules/.bin/jest  -t  --runInBand

Does anyone get caught by the same problem?

DannySu09 avatar Apr 13 '23 04:04 DannySu09

I also will get this if the test is several levels deep when clicking the Debug link.

aagranovExtend avatar Aug 11 '23 23:08 aagranovExtend