[algogeeks] gcc debugger

2011-06-04 Thread nitish goyal
Please tell me the commands to use the gdb debugger To run the code line by line -- Regards, Nitish Goyal Undergraduate Student Of NSIT, Computer Engineering (B.E.) Asst. PlaceComm 2011 contact me:- +91-605824 Reply at :- nitishgoyal.n...@gmail.com -- You received this message because

Re: [algogeeks] gcc debugger

2011-06-04 Thread rahul
n On Sat, Jun 4, 2011 at 11:16 PM, nitish goyal nitishgoy...@gmail.comwrote: Please tell me the commands to use the gdb debugger To run the code line by line -- Regards, Nitish Goyal Undergraduate Student Of NSIT, Computer Engineering (B.E.) Asst. PlaceComm 2011 contact me:-

Re: [algogeeks] gcc debugger

2011-06-04 Thread nitish goyal
n ? do not understand it. Please elaborate On Sat, Jun 4, 2011 at 11:17 PM, rahul rahulr...@gmail.com wrote: n On Sat, Jun 4, 2011 at 11:16 PM, nitish goyal nitishgoy...@gmail.comwrote: Please tell me the commands to use the gdb debugger To run the code line by line -- Regards,

Re: [algogeeks] gcc debugger

2011-06-04 Thread rahul
gdb a.out b(break) main . den do press n(next) to execute next stmt. if next instruction is function... press s(step). On Sat, Jun 4, 2011 at 11:19 PM, nitish goyal nitishgoy...@gmail.comwrote: n ? do not understand it. Please elaborate On Sat, Jun 4, 2011 at 11:17 PM, rahul

Re: [algogeeks] gcc debugger

2011-06-04 Thread saurabh singh
Do man gdb On Sat, Jun 4, 2011 at 11:20 PM, rahul rahulr...@gmail.com wrote: gdb a.out b(break) main . den do press n(next) to execute next stmt. if next instruction is function... press s(step). On Sat, Jun 4, 2011 at 11:19 PM, nitish goyal nitishgoy...@gmail.comwrote: n ? do not

Re: [algogeeks] gcc debugger

2011-06-04 Thread nitish goyal
@ saurabh singh thanks On Sat, Jun 4, 2011 at 11:44 PM, saurabh singh saurabh.n...@gmail.comwrote: Do man gdb On Sat, Jun 4, 2011 at 11:20 PM, rahul rahulr...@gmail.com wrote: gdb a.out b(break) main . den do press n(next) to execute next stmt. if next instruction is function... press

Re: [algogeeks] gcc debugger

2011-06-04 Thread Vishal Thanki
http://www.yolinux.com/TUTORIALS/GDB-Commands.html this may help On Sat, Jun 4, 2011 at 11:57 PM, nitish goyal nitishgoy...@gmail.com wrote: @ saurabh singh thanks On Sat, Jun 4, 2011 at 11:44 PM, saurabh singh saurabh.n...@gmail.com wrote: Do man gdb On Sat, Jun 4, 2011 at 11:20 PM,