mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
- VS error message when closing VS during a debugging session
- VS can now do multiple debugging session in a row without needing restart. Issues:
- Unhandled exceptions in DataReceived event handler caused UpPipe to break resulting in total loss of connection between AD7Process and ToolsWindows
- Added new code to clean out the Action handler that PipeServer uses. By holding onto the old Action reference, it was holding onto a reference to the old AD7Process instance thus reulting in all sorts of weird errors.
|
||
|---|---|---|
| .. | ||
| AD7BoundBreakpoint.cs | ||
| AD7BreakpointResolution.cs | ||
| AD7DocumentContext.cs | ||
| AD7Engine.cs | ||
| AD7Enums.cs | ||
| AD7Events.cs | ||
| AD7Expression.cs | ||
| AD7MemoryAddress.cs | ||
| AD7Module.cs | ||
| AD7PendingBreakpoint.cs | ||
| AD7Port.cs | ||
| AD7PortSupplier.cs | ||
| AD7Process.cs | ||
| AD7ProgramNode.cs | ||
| AD7ProgramProvider.cs | ||
| AD7Property.cs | ||
| AD7StackFrame.cs | ||
| AD7Thread.cs | ||
| DebugLocalInfo.cs | ||