Debugging doesn't seem to attach the process? #1182
Unanswered
CodeFatherG
asked this question in
Q&A
Replies: 1 comment
-
I have the same problem. I don't know why, but if I use yarn instead of npm it works! Execute: Then in the See if that works for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest#how-to-debug-tests the extension should just be able to work?
I can't seem to get this working. If I press debug in test viewer on my side bar
I get the following output but don't hit my breakpoint?
At the moment I have a launch.json I use but it tests the whole file so It makes it harder to test specific functions
Where have I gone wrong?
Beta Was this translation helpful? Give feedback.
All reactions