1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/Run-and-Debug-Keys.md
2022-12-24 19:12:43 -06:00

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