Rust

  • Debugging Options
    • JetBrains IDEs
    • Visual Studio Code with LLDB
      • Add Rust Plugins @sort:installs category:languages rust
      • Add LLBD Debugger Plugin @sort:installs lldb
    • GDBGui https://github.com/cs01/gdbgui
    • GDB
      • https://sourceware.org/gdb/onlinedocs/gdb/Rust.html
    • vim for development and sometimes gdb for debugging, but most of the time I just try to write tests for the stuff that doesn’t work and add some logging/printlns to figure out what’s happening.
Written on October 15, 2017