GDB 可以調試C、C++、D、Go、python、pascal、assemble(ANSI 彙編標準)等等語言。 ##使用GDB ###啟動 $ gdb program # program是你的可執行文件,一般在當前目錄 $ gdb ...
確定! 回上一頁