I'm evaluating ginkgo
at the moment - I very much like the BDD style.
However I'm unable at the moment to get the VS Code debugger to work with the framework. The official VS-Code extension provides test-by-test debugging for native go tests using CodeLens. With other languages and frameworks (eg Typescript/Mocha), I've been able to debug individual test files by setting up launch.json
appropriately, but have been unable to find suitable examples for go
.
Does anybody have any examples of any launch.json
setups for debugging ginkgo
tests (or go code invoked from any other framework)?
Thanks!