DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/RPC/CocoonService/Debug.rs
1//! Debug-domain handlers for `CocoonService`.
2//! `RegisterDebugAdapter::Fn`, `StartDebugging::Fn`, `StopDebugging::Fn`.
3
4pub mod RegisterDebugAdapter;
5
6pub mod StartDebugging;
7
8pub mod StopDebugging;