win7+vs2010通過map文件和cod文件找到崩潰的代碼行

 用來演示出錯的源代碼: #include "stdio.h" void errorFun(int * p)    {    *p=1;    }    int main()    {    int * p=NULL;    errorFun(p);    return 0;    }  工程選項設置:   編譯運行後報錯,點擊「查看問題詳細信息」,看到異常偏移:000113a1 再打開目錄下
相關文章
相關標籤/搜索