1//! # Debug Service 2//! 3//! Defines the abstract contract for the Debugging service, which is 4//! responsible for launching and communicating with Debug Adapters. 5 6pub mod DebugService;