You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »


On the Remote Machine:


Install GDBServer


sudo apt-get install gdbserver


Start the application

gdbserver :1234 /path/to/your/rust_executable


  • No labels