1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 20:20:25 +00:00
qb64/internal/help/Run-and-Debug-Keys.md

309 B

  • 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