Expand description
§Debug Protocol RPC Service
## ⚠️ Placeholder Module
This module is planned for future implementation and will provide:
- Debug Adapter Protocol (DAP) integration for Cocoon
- Debug session management
- Breakpoint, stack trace, and variable inspection
- Debug configuration and launch profiles
§Feature Gate
This module is enabled with the debug-protocol feature:
[features]
debug-protocol = []§Planned API
DebugService: Main service struct for debug operations- DAP message handling and routing
- Debug session lifecycle management
- Breakpoint synchronization
TODO: Implement debug protocol RPC services
Structs§
- Debug
Service - DebugService - Stub implementation for debug protocol RPC services