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

9 lines
309 B
Markdown
Raw Normal View History

* 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