GDB 參數 · 程式編譯時需啟動debug flag: ex. gcc hello.c -o hello -g · file : 載入執行檔 · diaplay variable : 每次step/next 都會輸出variable 的值.
確定! 回上一頁