How to debug 1 test in particular using Visual Studio Code? #12291
Unanswered
dirtyhenry
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tested debugging tests using VSCode. It works well.
But my code base is large enough and it takes a very long time for the tests to reach the peace of code I actually want to debug.
So I have tried to use the
--testNamePattern
option to just run the code I want to test, but it seems to have no effect.Does this option conflict with any other option used by the debugging setup? 🤔
For reference, here is the
launch.json
I have been using:Beta Was this translation helpful? Give feedback.
All reactions