windbg
摘要: write a program x.cppcompile it using:cl /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /W3 /c /ZI /TP x.cpplink /DEBUG /PDB:"x.pdb" x.objstart windbg, and open the x.exeopen x.cpp in w...阅读全文
posted @ 2010-10-14 10:55 cutepig 阅读(66) | 评论 (1) 编辑
