Files
godot-monodevelop-addin/GodotAddin/Properties/Manifest.addin.xml
Ignacio Etcheverry 60dd167788 Initial commit
2019-10-31 12:28:21 +01:00

16 lines
734 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ExtensionModel>
<Extension path="/MonoDevelop/Debugging/DebuggerEngines">
<DebuggerEngine
id="MonoDevelop.MicroFramework.Debugger"
name="Debugger for Godot"
features="Breakpoints, Pause, Stepping, DebugFile, ConditionalBreakpoints, Tracepoints, Catchpoints, Disassembly"
type="GodotAddin.GodotDebuggerEngine" />
</Extension>
<Extension path="/MonoDevelop/Ide/GlobalOptionsDialog">
<Section id="Godot" _label="Godot Engine" insertafter="VersionControl">
<Section id="GodotGeneral" _label="General" fill="true" class="GodotAddin.GodotOptionsPanel" />
</Section>
</Extension>
</ExtensionModel>