2008年3月9日 星期日

GDB using in ubuntu Gusty

gdb -q test

b: breakpoint
ex. b 15 // 停在code 15行地方

n: next // 往下執行

display xxx // 顯示xxx參數的值
info display // 顯示目前觀察中的變數

delete display count // count 是一個數字 此行意思代表要刪除觀察中的第幾個變數

想要debug 正在運行的程式
可以參考
http://www.madcarters.com/content/view/86/114/

透過Facebook分享

沒有留言: