开发者

show details about first chance exceptions without breaking

Using WindDbg开发者_开发知识库 I would like to print details about first chance CLR exceptions (!ClrStack, !PrintException) when they occur but keep the debugee running normally. How can I set this up?

This was my best bet, but it doesn't do anything:

sx- -c "!CLRStack"
sxe CLR "!CLRStack;g"


Try this:

sxe -c "!pe;!clrstack;gc" clr
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜