MonoDebuggerQM
MonoDebuggerQM copied to clipboard
Quick Menu for the debugger. Currently just the enable/disable of the wait for debugger setting until I get time to add other options
Summary
If you enable debugging with Godot/C#, you have to run the debugger through the IDE every single time you launch Godot. If not, Godot will quickly fail. Going to the project settings and disabling the debugger is also tedious.
That's where this plugin comes in: it adds a small, simple toggle for running Godot with or without debugging:

Installation
- Create an
addonsfolder inside your project - Git clone this repo inside the addons folder
- Go to
Project Settings-> Addons and enable this plugin. - You will see a
Debuggermenu on the very right of your UI next to theBuildmenu.