◄QuickPascal Keys► ◄Contents► ◄Index► Debugging Keys Debug Key ═════════════════════════════════════════════════ ════════ Start program execution from beginning SHIFT+F5 Continue program execution from current statement F5 Execute program to current cursor position F7 ───────────────────────────────────────────────── ──────── Execute next program statement as a single step F8 Single step, tracing around a function call F10 ───────────────────────────────────────────────── ──────── Toggle breakpoint F9 Move cursor to next breakpoint SHIFT+F3 Move cursor to previous breakpoint SHIFT+F4