next up previous contents
Next: Stepping inside a function Up: Debugging tools Previous: Setting a breakpoint   Contents

Single stepping

After the program encounters a break point, the execution is controlled by us, normally single stepping. The command is next or n. This command will execute the statements sequentially. So we have to just keep on doing next everytime.



Sushil Prasad 2004-09-16