/godot_visualstudio_debugger

A simple addon for Godot .NET that allows for debugging the current active scene or main scene in visual studio.

Primary LanguageGDScriptMIT LicenseMIT

visualstudio debugger

This plugin enables the use of the Visual Studio Debugger for Godot .NET projects.

In Visual Studio, you have two options: - Run Godot Debug: run the entire project (similar to pressing F5). - Run Godot Debug scene-name: run the currently open scene (similar to pressing F6).

A screenschot of the godot editor and visual studio showing which buttons now compare