Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Manifest.addin.xml « MonoDevelop.Debugger.Gdb « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac9ab0da5ebcca9630b0e5804d605c9cec1750a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Addin id = "Mono.Debugging.Gdb"
       name	     = "GDB support for Mono.Debugging"
       author	 = "Lluis Sanchez"
       url       = "http://www.mono-project.com"
       description = "GNU Debugger support for Mono.Debugging"
       copyright   = "MIT X11"
       category = "Debugging"
       version   = "4.2.1">

	<Dependencies>
		<Addin id="MonoDevelop.Core" version="4.2.1"/>
		<Addin id="MonoDevelop.Ide" version="4.2.1"/>
		<Addin id="MonoDevelop.Debugger" version="4.2.1"/>
	</Dependencies>
	
	<Extension path="/MonoDevelop/Debugging/DebuggerEngines">
		<DebuggerEngine id="Mono.Debugger.Gdb" 
			name="GNU Debugger (GDB)" 
			features="ConditionalBreakpoints, Tracepoints, Catchpoints, Attaching, DebugFile, Stepping, Pause, Breakpoints, Disassembly"
			type="MonoDevelop.Debugger.Gdb.GdbSessionFactory" />
	</Extension>

</Addin>