当前位置: 代码迷 >> 汇编语言 >> 怎么使用windbg调试masm的源代码
  详细解决方案

怎么使用windbg调试masm的源代码

热度:5426   发布时间:2013-02-26 00:00:00.0
如何使用windbg调试masm的源代码?
RT

------解决方案--------------------------------------------------------
这个问题我回答过多次了,其实也很简单:

A ml /c /Zi /Zd /coff xxx.asm

B link /debug /subystem:xxx xxx.obj