gdb簡易教學 Posted on 2017-04-08 | In 程式語言 , 工具 , gdb | 簡介 gdb 是一種除錯的工具,經常在 Linux 環境中被使用 參考資料 Linux 除錯利器 - GDB 簡介 Debugging with GDB (入門篇) 小技巧 印出ascii或客製化輸出 輸出格式 使用方法 EX: p /c char_string 中斷點條件 by StackOverFlow 1break x:20 if strcmp(y, "hello") == 0 20 是指行數, x 是可以是任何檔案名稱, 而 y 可以是任何變數 Donate comment here Donate Bitcoin