Re: sxe ld 对windbg的影响

WinDbg

sxe ld 对windbg的影响


lazyworm 2009-09-24, 14:25 下午

今天看到了sx这个指令。 试用了下。在windbg中输入sxe ld .发现windbg会不时的自动中断。如下。

nt!DebugService2+0x10:
8051261e cc              int     3
kd> g
nt!DebugService2+0x10:
8051261e cc              int     3
kd> g
nt!DebugService2+0x10:
8051261e cc              int     3
kd> g
nt!DebugService2+0x10:
8051261e cc              int     3

重启windbg 情况仍然如此。 只有再次输入sxd ld 才行。 调试环境(windbg6.11+vpc2007+xpsp2),现在每次都需要输入sxd ld才行 。怎么才能解决这个问题呢

Re: sxe ld 对windbg的影响


guozf 2009-09-24, 15:42 下午
sxr能解决么?

Re: sxe ld 对windbg的影响


MJ0011 2009-09-24, 16:06 下午
在event filter那里删除一下,windbg貌似会记住sxe的

Re: sxe ld 对windbg的影响


格蠹老雷 2009-09-25, 21:42 下午
WinDBG会自动把一些东西记录到工作空间(Workspace)里,因为工作空间是隐式管理的,所以容易让初用WinDBG的人摸不着头脑,像MJ说的那样操作一下,并且保存到工作空间中(结束调试时,WinDBG询问要不要保存工作空间时选YES),或者干脆删除工作空间就可以了。

Powered by Community Server Powered by CnForums.Net