On Fri, Jul 11, 2014 at 11:26 PM, Ravi Kiran <ravi.kolanpaka@xxxxxxxxx> wrote: > 13)n In gdb, 'n' or 'next' is used to have the debugger switch to the next line, if you want to stop automatically to the next breakpoint, use either 'c' of 'continue'. -- Michael