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

Step Into

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

The Step Into command executes the current line in the program. If the current line is a call, execution halts at the first statement in the called function, or, if debug information is not available for that function, at the first disassembly instruction in the called function.