File: Manifest.addin.xml

package info (click to toggle)
monodevelop-debugger-gdb 3.0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 176 kB
  • sloc: cs: 1,254; sh: 450; makefile: 86; xml: 20
file content (23 lines) | stat: -rw-r--r-- 844 bytes parent folder | download
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   = "3.0.3">

	<Dependencies>
		<Addin id="MonoDevelop.Core" version="3.0.3"/>
		<Addin id="MonoDevelop.Ide" version="3.0.3"/>
		<Addin id="MonoDevelop.Debugger" version="3.0.3"/>
	</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>