Skip to content
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

Document a way to use VSCode Go debugger for development #465

Closed
rishinair11 opened this issue Mar 11, 2023 · 0 comments · Fixed by #466
Closed

Document a way to use VSCode Go debugger for development #465

rishinair11 opened this issue Mar 11, 2023 · 0 comments · Fixed by #466

Comments

@rishinair11
Copy link
Contributor

rishinair11 commented Mar 11, 2023

What would you like to be added:
A section in CONTRIBUTING.md to configure VSCode debugger for local development setups.

Why is this needed:
VSCode comes with Go debugging tools (after installing the official Go extension).
We must use these tools to debug through the code and have a much more efficient UX while developing fixes or testing changes using the same.

I have already figured out a way to do this, and I have used the debugger on VSCode for the last issue I worked on.
I'll create a PR for adding a section in CONTRIBUTING.md for the same soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant