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

Manifest.addin.xml « MonoDevelop.Debugger.Soft.Moonlight « MonoDevelop.Debugger.Soft « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a50c10b2548b4e5fd99510690aa1fb4d4d69af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Addin id          = "MonoDevelop.Debugger.Soft.Moonlight"
       name        = "Mono Soft Debugger Support for Moonlight"
       author      = "Michael Hutchinson"
       url         = "http://www.mono-project.com"
       description = "Mono Soft Debugger Support for Moonlight"
       copyright   = "MIT X11"
       category    = "Debugging"
       version     = "4.2">

	<Dependencies>
		<Addin id="MonoDevelop.Core" version="4.2"/>
		<Addin id="MonoDevelop.Debugger" version="4.2"/>
		<Addin id="MonoDevelop.Moonlight" version="4.2"/>
		<Addin id="MonoDevelop.Debugger.Soft" version="4.2"/>
	</Dependencies>
	
	<Extension path="/MonoDevelop/Debugging/DebuggerEngines">
		<DebuggerEngine
			id="Mono.Debugger.Soft.Moonlight"
			name="Mono Soft Debugger for Moonlight"
			features="Breakpoints, Pause, Stepping, DebugFile, Catchpoints"
			type="MonoDevelop.Debugger.Soft.Moonlight.MoonlightSoftDebuggerEngine" />
	</Extension>
</Addin>