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.