Debug / Continue Debug or continue program (depends on context) images/16x16/dbgrun.png Run to cursor Run program until it reaches the current line images/16x16/dbgrunto.png Step over Execute the next line of code images/16x16/dbgnext.png Step into Execute the next instruction, stepping into functions images/16x16/dbgstep.png Step out Execute until the current block exit images/16x16/dbgstepout.png Stop debugger Stop current debugging session images/16x16/stop.png