Cosmos/source2/Debug/Cosmos.Debug.VSDebugEngine/AD7.Impl
EdwardNutting_cp a952b8ff4b Stabalises the debugger so VS should crash less often.
Locals window now works! (For primitive types and pointers only.) Exceptions related to unrecognised (i.e. more complex) types should be caught and display as the local variable's value instead of causing VS to crash. 
Autos window still causes instant VS crash.
Cosmos windows works.
Call Stack works (sort of...only ever displays current line)
Threads works (but there is only ever 1 thread so not very helpful)
Watch window is only capable of doing 1 watch result per break - step to next line to be able to run another - will look into why this is.
2013-12-24 16:53:49 +00:00
..
AD7BoundBreakpoint.cs 2011-02-10 13:49:41 +00:00
AD7BreakpointResolution.cs 2011-02-10 13:49:41 +00:00
AD7DocumentContext.cs The document context is now registered as C# rather than C++. (it was registered as C# elsewhere) 2012-01-04 20:45:28 +00:00
AD7Engine.cs 2012-07-30 01:13:27 +00:00
AD7Enums.cs 2012-08-12 10:00:27 +00:00
AD7Events.cs 2011-02-10 13:49:41 +00:00
AD7Expression.cs Added expression support, meaning you can now hover over a local variable, or parameter, and get it's value. 2012-01-06 00:09:41 +00:00
AD7MemoryAddress.cs 2011-06-18 01:26:07 +00:00
AD7Module.cs Stabalises the debugger so VS should crash less often. 2013-12-24 16:53:49 +00:00
AD7PendingBreakpoint.cs VS2013 Support 2013-11-06 21:01:49 +00:00
AD7Port.cs 2010-09-04 02:04:46 +00:00
AD7PortSupplier.cs 2011-06-18 01:36:26 +00:00
AD7Process.cs 2013-07-29 17:14:15 +00:00
AD7ProgramNode.cs Change to GUID process IDs in debugger in preparation for killing off DummyHost. 2012-07-04 03:22:38 +00:00
AD7ProgramProvider.cs Change to GUID process IDs in debugger in preparation for killing off DummyHost. 2012-07-04 03:22:38 +00:00
AD7Property.cs Stabalises the debugger so VS should crash less often. 2013-12-24 16:53:49 +00:00
AD7StackFrame.cs sqlite works! 2013-08-06 17:28:32 +00:00
AD7Thread.cs Faster stepping. 2012-08-12 15:29:07 +00:00
DebugLocalInfo.cs Arrays now show their elements as children, and, in order to facilitate that, children are now enumerated through as well. Also, the methods to display the values of the properties are now much more compact, and much easier to maintain. 2012-01-11 21:51:23 +00:00