首页 > 代码库 > windbg bp condition

windbg bp condition

0:000> bp 0012f2fc "j @ecx == 0 ‘‘;‘gc‘"0:000> g

  

j代表judgement,与c++中的condition?A:B类似。

如果断点处ecx是0,则停下;否则go until next breakpoint(gc).