vscode-jest-runner
vscode-jest-runner copied to clipboard
Debugger attached but got killed immediately
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

The command generated by vscode-jest-runner is:

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?
I also will get this if the test is several levels deep when clicking the Debug link.