开发者

show details about first chance exceptions without breaking

开发者 https://www.devze.com 2023-03-06 12:49 出处:网络
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

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

精彩评论

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