Expand description
Debug-domain handlers for CocoonService.
RegisterDebugAdapter::Fn, StartDebugging::Fn, StopDebugging::Fn.
Modulesยง
- Register
Debug Adapter - Register a Cocoon-contributed debug adapter in
ApplicationStateand notify Sky so the debug-launcher UI can light up. - Start
Debugging - Start a debug session. Mints a session id, emits
sky://debug/startso the workbench can render the debug toolbar/console. - Stop
Debugging - Stop an active debug session. Emits
sky://debug/sessionEnd(NOT/stop- Sky listens on the former atSkyBridge.ts:2234;DebugProvider.rs:351emits the same channel from the lifecycle path).