বেসিক IDE তে কীবোর্ড শর্টকাট
বেসিক IDE তে আপনি নিচের কীবোর্ড শর্টকাট ব্যবহার করতে পারেন:
কাজ |
কিবোর্ড শর্টকাট |
Run code starting from the first line, or from the current breakpoint, if the program stopped there before. |
F5 |
থামুন |
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+কমান্ডCtrl+Q কমান্ডের মাধ্যমে একটি চলমান ম্যাক্রো বাতিল করা যায়, এমনকি যদি বেসিক IDE এর বাইরে থাকে। যদি আপনি বেসিক IDE তে অবস্থান করেন এবং ম্যাক্রোটি একটি ব্রেকপয়েন্টে বিরতি দেয়, তাহলে Shift+কমান্ডCtrl+Q এর মাধ্যমে ম্যাক্রোর সম্পাদনা বন্ধ হয়ে যায়, কিন্তু শুধুমাত্র F5, F8, অথবা Shift+F8 চাপার পরে আপনি এটি শনাক্ত করতে পারেন।