-
Notifications
You must be signed in to change notification settings - Fork 15
VS2022 Setup
Valk edited this page Feb 3, 2023
·
2 revisions
- Make sure you have the latest installation of VS2022 Community Edition
- Set
Godot > Editor > Editor Settings > Mono > Editor > External Editor
toVisual Studio
- To get debugging working with Godot, go to
VS2022 > Debug > Sankari Debug Options > Create a new profile > Executable
then set theExecutable
path to Godot executable and set theWorking Directory
path to the projects root directory - Place a debug point and press F5 in VS to start debugging
ℹ️ VSCode can alterinatively be used but it requires more setup and debugging is very tedious