Go to Glossary Go to Search Go to IBM C and C++ Compilers Help Home Page Go to IBM Software WWW Site

Step Over

Button: Shortcut key: [O] Menu: Run->Step over (from Source window)

The Step Over command executes the current line in the program. If the current line is a call, execution stops at the line following the call.

If you step over a function that contains a breakpoint, execution stops at the breakpoint.