forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
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