perl-dap 0.12.2

Debug Adapter Protocol server for Perl
Documentation
1
2
3
4
5
6
7
//! Compatibility module re-exporting cross-platform DAP helpers.
//!
//! This module now delegates implementation to dedicated microcrates to keep
//! `perl-dap` focused on protocol and adapter orchestration concerns.

pub use perl_dap_command_args::format_command_args;
pub use perl_dap_platform::{normalize_path, resolve_perl_path, setup_environment};