|
|
|
|
|
by leastangle
3242 days ago
|
|
> As far as I can tell you can’t step through tests in the debugger Maybe I am missing something, but that is not correct. You can debug tests the same way as you debug any other code. Even works with the mentioned/used Go extension for VS Code. |
|
All I know is that hitting 'F5' in VSCode builds the binary and runs it under the debugger.
How would I debug the equivalent of `go test` in VSCode?