Anjuta C/C++ IDE Manual | ||
---|---|---|
<<< Previous | Debugging: Execution | Next >>> |
Step over is similar to step in, except that it does not step inside any function in the statement being executed. The statement will be executed in one go.
Choose the menu item Debug->Execution->Step Over or click on the Step Over icon in the Debug toolbar to step over statements in a program.
<<< Previous | Home | Next >>> |
Debugging: Execution | Up | Single stepping (step out) |