views:

62

answers:

0

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 include the folder of my program.

the test asm program works on windbg5 btw.(i need the 6.11 version not older one)

i guess the windbg6.11 wont load my test.pdb.

my system: windows7 x64 tested: windbg x64/x86 both versions