A Basic IDE gyorsbillentyűi
A Basic IDE környezetben az alábbi gyorsbillentyűk használhatók:
Művelet |
Gyorsbillentyűk |
Run code starting from the first line, or from the current breakpoint, if the program stopped there before. |
F5 |
Stop |
Shift+F5 |
Add watch for the variable at the cursor. |
F7 |
Az utasítások egyesével lesznek futtatva az első sortól vagy attól az utasítástól kezdődően, ahol a program futtatása előzőleg félbemaradt. |
F8 |
Single step as with F8, but a function call is considered to be only one statement. |
Shift+F8 |
Set or remove a breakpoint at the current line or all breakpoints in the current selection. |
F9 |
Enable/disable the breakpoint at the current line or all breakpoints in the current selection. |
Shift+F9 |
A futó makró a Shift+CommandCtrl+Q billentyűkombinációval megszakítható a Basic IDE-n kívülről is. Ha a Basic IDE-n belül van, és a makró megáll egy töréspontnál, akkor a Shift+CommandCtrl+Q leállítja a makró végrehajtását, de ezt csak a következő F5, F8 vagy Shift+F8 után tudja felismerni.