Basic IDE의 키보드 단축키
Basic IDE에서 다음과 같은 키보드 단축키를 사용할 수 있습니다.
작동 |
키보드 단축키 |
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 |
첫 줄부터 또는 프로그램 실행이 중지된 적이 있는 경우에는 해당 명령문부터 각 명령문을 개별 단계로 처리합니다. |
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 |
Shift + CommandCtrl + Q 키를 누르면 실행중인 매크로를 베이직 IDE 의 외부에서 중지시킬 수 있습니다. 베이직 IDE 의 내부에서 브레이크포인트에서 매크로를 중지시키려면 Shift + CommandCtrl + Q 키를 눌러 매크로의 실행을 중지시킵니다. 이 동작은 F5, F8, Shift+F8 등을 눌러 매크로를 실행한 다음에 사용할 수 있습니다.