Search code examples
govisual-studio-codevscode-debuggergolandbuffalo

Debugging a single test function in buffalo


Is there a way to Debug a Single ActionSuite Test in an IDE like Goland or VSCode? Thanks a lot for your help!


Solution

  • Starting from GoLand 2018.3 (release candidate at the time of writing this), you can use the built-in testing framework as you do with the "testing" package today.