swellaby / rusty-hook

git hook manager, geared toward Rust projects
MIT License
207 stars 11 forks source link

Add LLDB/LLVM Setup for debugging #32

Open calebcartwright opened 5 years ago

calebcartwright commented 5 years ago

We should include scripts as part of general dev setup to ensure LLDB is available for debugging.

For Linux: https://lldb.llvm.org/resources/download.html

For Mac: I believe it's installed by default with XCode, but also available via homebrew https://formulae.brew.sh/formula/llvm

For Windows: https://chocolatey.org/packages/llvm