Quote:
Originally Posted by revloc02c
Wow, gdb, who knew. I had to go find it and install it, but now I've got it to use. Thanks!
|
I just realized that I did something here that really bugs me, I accomplished something in the background without explaining how I did it. This is not very helpful for future reference if someone else reads this. So to clear that up here's how I installed gdb on a Debian Linux box:
Code:
apt-get install gdb
Super simple, and easy enough to Google, but it is the principle of it that matters.