Skip to content

Route rust debugSingle to rnvim.dap in remote workspaces - #8

Merged
beardnick merged 2 commits into
masterfrom
remote-dap-routing
Aug 9, 2026
Merged

Route rust debugSingle to rnvim.dap in remote workspaces#8
beardnick merged 2 commits into
masterfrom
remote-dap-routing

Conversation

@beardnick

Copy link
Copy Markdown
Owner

Companion to beardnick/rnvim#1.

  • rust-analyzer.debugSingle in a remote workspace now calls require("rnvim.dap").debug_rust_runnable() instead of refusing (with a clear message if the installed rnvim predates the module)
  • the nvim-dap stack (nvim-dap, nvim-nio, dap-ui, virtual-text, persistent-breakpoints) is removed from rnvim_excluded: remote debugging needs the local DAP client UI — only the adapter runs remotely

Verified end-to-end together with the rnvim PR: breakpoint on a mirror buffer hits and maps back correctly.

🤖 Generated with Claude Code

beardnick and others added 2 commits August 9, 2026 12:57
Remote runnables debug through rnvim's new dap module (codelldb on the
workspace host behind an ssh tunnel). The nvim-dap stack moves out of
the rnvim exclusion list: the client UI runs locally even when the
adapter is remote.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@beardnick
beardnick merged commit b839aae into master Aug 9, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant