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: 36fbc3cd15657f456ac20fbc6e03a13ecf69b738 (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   = "2.6">

	<Dependencies>
		<Addin id="MonoDevelop.Core" version="2.6"/>
		<Addin id="MonoDevelop.Debugger" version="2.6"/>
		<Addin id="MonoDevelop.Moonlight" version="2.6"/>
		<Addin id="MonoDevelop.Debugger.Soft" version="2.6"/>
	</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>