Skip to content

Run and Debug Keys

Samuel Gomes edited this page Nov 8, 2022 · 1 revision
  • 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 procedure calls - F10

  • Set or clear a breakpoint - F9
Clone this wiki locally