7 lines
124 B
Markdown
7 lines
124 B
Markdown
|
# Debugging
|
||
|
- debug a specific test-case
|
||
|
```sh
|
||
|
dlv test --build-flags='path/to/module' -- -test.run ^TestFunctionName$
|
||
|
```
|
||
|
|