-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add more information about VS and VS Code debugging #9222
Add more information about VS and VS Code debugging #9222
Conversation
I am winging the formatting because I currently do not have it setup to build your docs so that I can test out my changes. If anything looks wrong let me know, but I tried my best to copy what I saw elsewhere. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made suggested changes
Made suggested changes Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for contributing to the .NET documentation!
Merged. Thanks and congrats on your first merged contribution! |
* Added more information about VS and VS Code debugging --------- Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> (cherry picked from commit 25b8b8f)
Cherry-picked to 4.2 in #9648. |
Added instructions in the C# section on how to setup debugging in Visual Studio. When I first tried Godot a few weeks ago, I gave up as soon as I thought there was no debugging support yet. I think if you support C#, you really need to make it easy for people to be able to figure out how to debug their code. This is an amended version of a prior pull request