rust-tools.nvim icon indicating copy to clipboard operation
rust-tools.nvim copied to clipboard

"A better debugging experience..." does not work with the latest version of vscode extension

Open skaphi opened this issue 3 years ago • 2 comments

When I follow the instructions in the readme for setting up nicer debugging https://github.com/simrat39/rust-tools.nvim#a-better-debugging-experience

and using the latest version of the vscode extension (1.7.0) I get the following error

codelldb exited with code 1 error message Error: "Either --connect or --port must be specified"

Seems like an argument specifying the port (of the client?) is required in the new version.

Relevant part of my config

local extension_path = vim.env.HOME .. '/.vscode/extensions/vadimcn.vscode-lldb-1.7.0/'
local codelldb_path = extension_path .. 'adapter/codelldb'
local liblldb_path = extension_path .. 'lldb/lib/liblldb.so'

skaphi avatar Jun 07 '22 09:06 skaphi

Seems related to #157

againxx avatar Jun 08 '22 00:06 againxx

Should be fixed in the https://github.com/simrat39/rust-tools.nvim/tree/modularize_and_inlay_rewrite branch

simrat39 avatar Jul 19 '22 00:07 simrat39