View Single Post
  #8  
Old 12-05-2012, 07:03 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

Quote:
Originally Posted by revloc02c View Post
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.
Reply With Quote