pub fn prepare_dap_adapter(
    client: Box<dyn DapAdapterClient>
) -> (impl DapAdapter, impl DapAdapterEvalHook)
Expand description

Creates a DapAdapter and corresponding DapAdapterEvalHook.