perl-dap 0.13.3

Debug Adapter Protocol server for Perl
1
2
3
4
5
6
//! Backward-compatible re-export of the DAP configuration module.

pub use crate::config::{
    AttachConfiguration, LaunchConfiguration, create_attach_json_snippet,
    create_launch_json_snippet,
};