Rustup VS CodeLLDB

Compare Rustup vs CodeLLDB and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Rustup CodeLLDB
58 23
5,881 2,327
1.9% -
9.6 7.3
3 days ago 2 months ago
Rust Rust
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Rustup

Posts with mentions or reviews of Rustup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • Problem with rust-analyzer in helix
    1 project | /r/HelixEditor | 5 Jun 2023
    I got it to finally work by following this
  • Do you use relative toolchain paths with rustup? Let us know!
    5 projects | /r/rust | 28 May 2023
    If you are someone actively using such relative-path toolchains, please contact us (Discord / Github issues).
  • Canonical hiring Rust toolchain dev
    1 project | /r/rust | 27 Apr 2023
    We had a snap package; we removed it in mid 2022
  • Announcing Rustup 1.26.0 | Rust Blog
    2 projects | /r/rust | 25 Apr 2023
    I don't know. The PR references prior discussion without a link, so it may have been private.
  • Foundation - Open Membership
    2 projects | /r/rust | 13 Apr 2023
  • Telemetry really goes into Go toolchain, no matter what
    2 projects | /r/golang | 1 Apr 2023
    As long as he doesn't put hidden folders in your root like rust. https://github.com/rust-lang/rustup/issues/341
  • telemetry in the go toolchain? just say no...
    1 project | /r/golang | 13 Feb 2023
    I think you're being upvoted by folks who don't know better, which is a shame because you're making things up :/. The telemetry feature in rustup kept everything local and never "pinged home". And you had to enable it with a command `rustup telemetry enable`. And it just logged JSON files at the path you mentioned. By 2019, the feature was disabled (see: https://github.com/rust-lang/rustup/issues/341 ) because no one worked on it and it just gathered bugs.
  • Go claims telemetry objectors arguing in bad faith and violating Code of Conduct
    7 projects | news.ycombinator.com | 13 Feb 2023
    FWIW, there is a proposal to add telemetry to LLVM [0] and Rust used to have telemetry [1], both off by default. Some things in the node.js world have telemetry enabled by default, like Next.js [3].

    Some people are posting here as if this as already decided -- AFIACT, that's not the case. It's not even a formal proposal yet, and the stated intent was to start a conversation around something concrete. (For context, this is standard for how I've seen the Go project approaches large topics, including for example I think there were something like ~8 very detailed generics design drafts from the core Go team over ~10 years).

    It sounds like the Go team is going to take some time to look into some of the alternative approaches suggested in the feedback collected so far.

    In any event, this is obviously a topic people are very passionate about, especially opt-in vs. opt-out, but I guess I would suggest not giving up hope quite yet.

    [0] https://discourse.llvm.org/t/rfc-lldb-telemetry-metrics/6458...

    [1] https://github.com/rust-lang/rustup/issues/341

    [2] https://nextjs.org/telemetry

  • Google's Go may add telemetry reporting that's on by default
    3 projects | /r/programming | 10 Feb 2023
    Rust (Specifically Rust Up) seems to have planned to include telemetry but they paused and cancelled the decision, possibly after implementing it initially.
  • Who "owns" Rust ?
    6 projects | /r/rust | 10 Feb 2023
    https://github.com/rust-lang/rustup/issues/341 and rust installation uses telemetry

CodeLLDB

Posts with mentions or reviews of CodeLLDB. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-14.
  • custom pretty printer/debug helpers for C++ debugging?
    1 project | /r/neovim | 19 May 2023
    Ok, so apparently here they are called 'data formatters' instead of pretty printers or debug helpers... https://github.com/vadimcn/codelldb/wiki/Custom-Data-Formatters
  • Visualization tools when working with C++?
    2 projects | /r/computervision | 14 May 2023
    For debugging lldb supports python scripts: https://github.com/vadimcn/codelldb/wiki/Data-visualization
  • Zig Build System
    8 projects | news.ycombinator.com | 14 Apr 2023
    I use VS Code on Linux to debug Zig. Haven't tried the others you mentioned, but it just emits standard DWARF symbols, so I'm guessing if you can debug C/C++ you could probably also do Zig with minimal changes? I just use the lldb VS code plugin[0], which works out of the box for me with no issues.

    https://github.com/vadimcn/codelldb

  • How game-dev-s debug rust?
    1 project | /r/rust_gamedev | 11 Apr 2023
    It's pretty bad, unfortunately. As you discovered, using the gnu toolchain works better with code-lldb (see more info here), but it still isn't great. CLion is a little better, but costs money and lacks support in other ways compared to VSCode.
  • Debug rust program as root
    1 project | /r/vscode | 2 Mar 2023
  • Migrating from VSCode to Neovim
    4 projects | /r/neovim | 26 Feb 2023
    - I tried to install codelldb: https://github.com/vadimcn/vscode-lldb without success.
  • Does anyone here work in gamedev with Rust as their primary language?
    4 projects | /r/rust | 25 Feb 2023
    Are you on Windows or Linux? On Windows I've had nothing but trouble getting code-lldb to display debug info for any sort of nontrivial data structure due to this issue, which means I need to switch to x86_64-pc-windows-gnu, but then that breaks other upstream crates that use cc to compile C++ code.
  • [blog] Rust should own its debugger experience
    4 projects | /r/rust | 12 Jan 2023
    I've been using vscode-lldb with VS Code on macos, and I've been very happy with the experience so far.
  • i need some recommendations
    1 project | /r/learnrust | 1 Jan 2023
    Check this: https://github.com/vadimcn/vscode-lldb/wiki/Breakpoints-are-not-getting-hit
  • using VScode codeLLDB
    1 project | /r/rust | 30 Aug 2022
    yeah since they updated the rust compiler for windows to use a different style of debugger symbols and since they changed that in CodeLLDB the variables output have not been the same. Though i believe the owner has been trying to fix it. But any issues you do have report them on the codeLLDB git https://github.com/vadimcn/vscode-lldb

What are some alternatives?

When comparing Rustup and CodeLLDB you can also consider the following projects:

rust - Empowering everyone to build reliable and efficient software.

vscode-cpptools - Official repository for the Microsoft C/C++ extension for VS Code.

rust-mode - Emacs configuration for Rust

nvim-dap - Debug Adapter Protocol client implementation for Neovim

rust-on-raspberry-pi

Clippy - A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

Rust for Visual Studio Code

just - 🤖 Just a command runner

Rust Language Server - Repository for the Rust Language Server (aka RLS)

rst - The open source design documentation tool for everybody [Moved to: https://github.com/vitiral/artifact]

cargo-modules - Visualize/analyze a Rust crate's internal structure

cargo-linked - Display linked packages for compiled rust binaries