pub fn run_dap_server(config: Box<DebuggerConfig>) -> Result<(), Report>Expand description
Start a DAP server for a local Miden program.
This is the non-transaction counterpart to miden-client exec --start-debug-adapter.
It accepts compiled package artifacts only.