run -- Start debugged program.
開始執行程序,如果沒有設置斷點,不會停下。
start -- Start the debugged program stopping at the beginning of the main procedure.
開始執行程序,在main 函數處會停下來
starti -- Start the debugged program stopping at the first instruction.
開始執行程序,在第一條指令處會停下來