-
Notifications
You must be signed in to change notification settings - Fork 21
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
environment vars under Test #35
Comments
Unfortunately this is not possible yet... |
Hey, that kinda worked! (setting Is Debugging supposed to allow stepping into? May just be the complexity of the project and packages that it Thanks! Will close. |
no variables? not able to step into (using the button in the panel or F11)? this sounds like a bug! do you see any errors in the developer tools in atom (alt-ctrl-i on win, alt-cmd-i on mac) |
Thank you for the integration with Atom. Though I haven't needed a debugger for Go for years, today is the day I take on a huge unknown codebase and immediately need to debug/follow-through some failing tests.
How would one set environment variables to debug under
Test
? I need to set a number of CLI environment vars for the integration tests.I see a textbox under the TEST and DEBUG tabs that says "arguments passed to delve after --". Looking at the delve CLI docs, I didn't see a way to specify environment variables though.
The text was updated successfully, but these errors were encountered: