The runtime tooling stack is extension-based and uses typed debugger and terminal services.
XamlVisualEditor.Debugging.DapExtension provides DAP-backed .NET debugging.XamlVisualEditor.Debugging.DotNetSdkExtension integrates .NET SDK debugger
tooling and adapter discovery.XamlVisualEditor.Terminal implements a managed terminal emulator, buffer,
parser, key mapper, capture/replay, and PTY provider abstraction.XamlVisualEditor.Terminal.Avalonia renders terminal state and routes input in
Avalonia.PtyProviderFactory.Debug and terminal behavior is covered by unit tests, integration tests, and Avalonia Headless UI tests. Terminal golden render tests validate frame output, while protocol tests validate debugger and previewer message flows.