mirror of
https://github.com/godotengine/godot-monodevelop-addin.git
synced 2026-01-04 10:09:52 +03:00
16 lines
734 B
XML
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>
|