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