开发者

VC9 display details about the exception that just occured

开发者 https://www.devze.com 2022-12-15 09:12 出处:网络
I\'m debugging an application in visual C++ 开发者_Go百科2008 express. An exception occurs so the debugger breaks and waits for my instructions.

I'm debugging an application in visual C++ 开发者_Go百科2008 express. An exception occurs so the debugger breaks and waits for my instructions.

How do I view the details of that exception, as an object, just like other stack level objects in the auto and local windows.

For instance, in my immediate case its a std:exception. So chances are it has some sort of a string associate with it as the error message.


If you just press F5 (Continue), the exception that was just caught is re-displayed so you can inspect it.

0

精彩评论

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