124 B
124 B
Debugging
- debug a specific test-case
dlv test --build-flags='path/to/module' -- -test.run ^TestFunctionName$
dlv test --build-flags='path/to/module' -- -test.run ^TestFunctionName$