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