SeaQL / FireDBG.for.Rust

🔥 Time Travel Visual Debugger for Rust
https://firedbg.sea-ql.org
MIT License
1.21k stars 21 forks source link

Add Support for Linux Mint #43

Closed trevormerritt closed 3 weeks ago

trevormerritt commented 3 weeks ago

Add support for Linux Mint Linux Mint 20.x = Ubuntu Focal Linux Mint 21.x = Ubuntu Jammy Linux Mint DE 6 = Debian 12

PR Info

New Features

Bug Fixes

Breaking Changes

Changes

billy1624 commented 3 weeks ago
billy1624 commented 3 weeks ago

Hey @trevormerritt, could you please try installing FireDBG on your Linux Mint?

curl https://raw.githubusercontent.com/SeaQL/FireDBG.for.Rust/main/install.sh -sSf | sh
trevormerritt commented 3 weeks ago

I tested 2 systems today. One system was a non-dev workstation on Mint 21.3 that I added 'build-essentials' and did a run of the 'rustup' install. The second system was my dev workstation I use at work on LMDE 6. I moved the ~/.cargo directory and re-ran the 'rustup' install to have a clean instance to start with.

Once the prep steps outlined above were completed, both systems installed and ran the tests successfully.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl https://raw.githubusercontent.com/SeaQL/FireDBG.for.Rust/main/install.sh -sSf | sh

image image

billy1624 commented 3 weeks ago

Perfect! Thanks for the updates! @trevormerritt Hope you enjoy using FireDBG :P