rust-nix-template icon indicating copy to clipboard operation
rust-nix-template copied to clipboard

vscode: add debugging support (codelldb)

Open srid opened this issue 4 years ago • 4 comments

cf. https://github.com/NixOS/nixpkgs/tree/d600f006643e074c2ef1d72e462e218b647a096c/pkgs/misc/vscode-extensions/vscode-lldb

image

srid avatar Apr 10 '21 16:04 srid

I think this is already being built inside of vscode-lldb. I would like it extracted, too, it seems like Helix can use it now?

colemickens avatar Feb 19 '22 10:02 colemickens

It doesn't work for me though:

vscode-extensions.vadimcn.vscode-lldb.adapter ->

> codelldb

Error: "\"/nix/store/rnqda0vmhg95ziahvl7r6y10x4xk1y6z-vscode-lldb-adapter-1.6.10/lldb/lib/liblldb.so: cannot open shared object file: No such file or directory\""

colemickens avatar Feb 19 '22 10:02 colemickens

https://github.com/NixOS/nixpkgs/issues/160874

colemickens avatar Feb 19 '22 10:02 colemickens

This should probably be done in https://github.com/yusdacra/nix-cargo-integration (which this template uses as of today)

srid avatar May 08 '22 21:05 srid