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 standalone MASM source files as well as compiled package artifacts.