csharp4405de34 | 1 | using CascadeIDE.Services; |
| 2 | |
| 3 | namespace CascadeIDE.Cockpit.DataBus; |
| 4 | |
| 5 | /// <summary>Canonical debug session snapshot for IdeHealth and other projections (ADR 0002, ADR 0099).</summary> |
| 6 | public readonly record struct DebugStateChanged(DebugSessionSnapshot Snapshot); |
| 7 | |
View only · write via MCP/CIDE