rust debugging with gdb
Started playing and debugging one of my sample app, I install gdb and then if you've created a debug version of your app, the you would be able to use the following command
gdb --tui ./nwt www.google.com
Then you will see the following screen and the use gdb command to set break point at main.
Comments