File: MdbAdaptor-2-6.cs

package info (click to toggle)
monodevelop-debugger-mdb 2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 332 kB
  • ctags: 563
  • sloc: cs: 3,507; makefile: 365; sh: 148; xml: 42
file content (20 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*

WARNING WARNING WARNING 
  
This class is compiled by the debugger add-in at runtime. It is done in
this way because features implemented here depend on the installed MDB version.
   
*/

using System;
using Mono.Debugger;
using MDB=Mono.Debugger;
using Mono.Debugging.Backend.Mdb;

namespace DebuggerServer
{
	public class MdbAdaptor_2_6: MdbAdaptor_2_4_4
	{
	}
}