标签:bug nta strong nbsp tool and win record where
GDB调试命令大全
gdb --pid 1235
gdb core.1234
where (bt) //where the segmentation fault occurred
f 1 //切换栈帧
info locals //打印内存
WinDBG调试技巧
.ecxr command displays the context record
标签:bug nta strong nbsp tool and win record where
原文地址:http://www.cnblogs.com/awiki/p/7614777.html