Max.Haann Posted January 3, 2010 Share Posted January 3, 2010 i wrote a masm test program, compiled it with ml /c /coff /Zi then linked with link /debug /subsystem:console /entry:start test.obj kernel32.lib it works after compile/link . now , i just open the windbg 6.11, load the exe then press F10 twice, it doesnt show the source code. and the test.pdb is not loaded. my symbol path includes the folder of my program and the microsoft symbols folder correctly. the test asm program works on windbg5 btw. thanks for your help. i guess the windbg6.11 wont load my test.pdb. my system: windows7 x64 tested: windbg x64/x86 both versions Link to comment Share on other sites More sharing options...
Question
Max.Haann
i wrote a masm test program, compiled it with ml /c /coff /Zi then linked with link /debug /subsystem:console /entry:start test.obj kernel32.lib
it works after compile/link .
now , i just open the windbg 6.11, load the exe then press F10 twice, it doesnt show the source code.
and the test.pdb is not loaded.
my symbol path includes the folder of my program and the microsoft symbols folder correctly.
the test asm program works on windbg5 btw.
thanks for your help.
i guess the windbg6.11 wont load my test.pdb.
my system: windows7 x64 tested: windbg x64/x86 both versions
Link to comment
Share on other sites
0 answers to this question
Recommended Posts