Apr 15, 2011 at 6:36am
Is there any way to get gdb to run from a certain line of code or do you always have to start from the begining?
Apr 15, 2011 at 1:43pm
One easy way is to set a break point where you want to start debugging and let it run. Also, try "man gdb."