Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On the Remote Machine:


Install RUST

Code Block
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install gdbserverGDBServer


Code Block
sudo apt-get install gdbserver

...