-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debugging with VSCode #325
Comments
what prevents you from running the code as regular go tests? just open the *_test.go file and press F5. everything should work. |
how about the goland? |
And how would you do this with delve? |
You can add a regular test that invokes godog and then use your IDE capabilities to run/debug tests.
|
set environment as GODOG_DEUG= true in the debug configuration and add break points where ever you want |
Just add a debug configuration similar to that to your
You can add a line number where the |
Is it possible to debug a godog scenario using breakpoints with VSCode? I could not find a way to do it, and I wonder if anybody had luck in doing that.
The text was updated successfully, but these errors were encountered: