Feature request: debug a subtest #1432
seancaffery
started this conversation in
Discussions
Replies: 1 comment
-
I don't find from the https://github.com/golang/vscode-go/blob/master/docs/commands.md so I assume there is no way. PR for "Debug Subtest At Cursor" is greatly appreciated. :-) FYI I usually let the entire test run with |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to #87 I'd like to be able to debug a specific subtest.
The current workflow requires me to skip or comment out other subtests so the regular
Debug Test At Cursor
can run specific test I want to debug.Is there currently a way to do this? If not, I'd be happy to put together a PR.
From my limited experimentation, it looks like the implementation of #87 could be almost entirely reused.
Beta Was this translation helpful? Give feedback.
All reactions