main line program
常見(jiàn)例句
- Enable the hasNonPrintable check by adding the line shown in Listing 8 to the main program loop.
通過(guò)向主程序循環(huán)中添加清單 8 中所示的行來(lái)啟用 hasNonPrintable 檢查。 - Enable the individualKeyTimingsOK check by adding the line shown in Listing 10 to the main program loop.
通過(guò)向主程序循環(huán)中添加清單 10 中所示的行來(lái)啟用 individualKeyTimingsOK 檢查。 - To see what's going on in main() we can set a breakpoint at a particular line or on a function in the program code so gdb will interrupt execution when it is reached.
為了查看在 main() 中發(fā)生了什么情況,可以在程序代碼中的某一特定行或函數(shù)中設(shè)置斷點(diǎn),這樣 gdb 會(huì)在遇到斷點(diǎn)時(shí)中斷執(zhí)行。 返回 main line program