↓
Skip to main content
more zeros than ones…
Blog
Linux Tips
About
Blog
Linux Tips
About
Blog
Linux Tips
About
rust
2023
Sherlock Holmes (from the BBC series title Sherlock) outside 221B Baker Street, wearing a light grey variant of the infamous deerstalker hat with the ear guards tied up, and his fantastic dark tweed trench coat
Start debugging in Neovim
2023-01-24
·
1209 words
·
6 mins
This will show you how I’ve setup Neovim to allow me to debug using the DAP protocol and using the code-lldb debugger which has some nice extensions to make the output seem more familiar to Rust developers.
2022
Picture atop a rusty laddered enclosure, looking down onto the deck of a ship or some structure that is out at sea
Neovim Rust debugging
2022-05-31
·
1319 words
·
7 mins
See how to fix a bug in rust-tools.nvim to allow debugging with the VSCode external codelldb program…