forked from Galleondragon/qb64
-
Notifications
You must be signed in to change notification settings - Fork 24
Run and Debug Keys
Cory Smith edited this page Aug 24, 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