swellaby / vscode-rust-pack

VS Code Extension Pack for Rust
MIT License
6 stars 3 forks source link

Add debugger #16

Open calebcartwright opened 5 years ago

calebcartwright commented 5 years ago

Extension Info

Value

Debuggers are always helpful 😄

Similar Extensions

Need to do some analysis to see if/how well CodeLLDB works on Windows with the MSVC default

slhmy commented 1 year ago

In my experience, CodeLLDB need additional config to run with Rust, this can be difficult for the new starters. Anyway I haven't been using CodeLLDB for a very long time 🤔

Also I found that debug is usually workable just working with rust-analyzer. So this may no longer be an ISSUE any more, simply closing it is reasonable.