1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
2010-03-22 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs:
* Manifest.addin.xml: Bumped MD version.
2010-03-17 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.AspNet.csproj: Flush.
2010-03-17 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.AspNet.csproj: Merged MD.Projects
into MD.Core, and MD.Projects.Gui, MD.Core.Gui and
MD.Components into MD.Ide.
2010-03-08 Jonathan Pryor <jpryor@novell.com>
* Makefile: Set $(ASSEMBLY_COMPILER_COMMAND) to $(CSC).
This allows a top-level CSC override to be used within this
module (e.g. top-level `make CSC=dmcs` for a v4 build).
2010-02-16 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.AspNet.csproj: Flush.
* Manifest.addin.xml:
* MonoXspDebuggerSessionFactory.cs: Track api changes. Some
engine info is now taken from extension node metadata.
2009-11-20 Lluis Sanchez Gual <lluis@novell.com>
* MonoXspDebuggerSessionFactory.cs: Implement Id property.
2009-10-30 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs:
* Manifest.addin.xml: Bump MD version.
2009-10-16 Michael Hutchinson <mhutchinson@novell.com>
* MonoXspDebuggerSessionFactory.cs: Fix spelling of
GetAttachableProcesses API.
2009-10-13 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.AspNet.csproj: Flush.
2009-10-07 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs:
* Manifest.addin.xml: Bump MD version.
2009-08-26 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.AspNet.csproj: We now depend on
gtk# 2.12.8, Mono 2.4, and Mono.Addins 0.4.
2009-05-19 Lluis Sanchez Gual <lluis@novell.com>
* Mono.Debugging.Backend.Mdb.AspNet.csproj: Flush.
2009-05-06 Lluis Sanchez Gual <lluis@novell.com>
* MonoXspDebuggerSessionFactory.cs: Don't enable user modules
for normal app debugging.
2009-05-04 Lluis Sanchez Gual <lluis@novell.com>
* MonoXspDebuggerSessionFactory.cs: Register user modules.
2009-04-27 Lluis Sanchez Gual <lluis@novell.com>
* Makefile:
* AssemblyInfo.cs:
* Manifest.addin.xml:
* MonoXspDebuggerSessionFactory.cs:
* Mono.Debugging.Backend.Mdb.AspNet.csproj: Initial support
for XSP debugging.
|