开发者

Exception Assistant not working

开发者 https://www.devze.com 2023-02-24 05:52 出处:网络
I\'m using VS2010 with WP开发者_如何学运维F, C#, CLI and native C++. When I get an exception in the C# part, I don\'t see the exception assistant.

I'm using VS2010 with WP开发者_如何学运维F, C#, CLI and native C++. When I get an exception in the C# part, I don't see the exception assistant.

It seems that exception assistant is not working, if unmanaged code debugging is enabled.

As I need both, is there a workaround for this problem?

In tools/Options I have checked "Enable the exception assistant". In project settings I have checked "Enable unmanaged code debugging".

If I uncheck "Enable unmanaged code debugging" the exception assistant is working as excepted.


Whenever I see this it is because VS has decided to disable the "Thrown" option for "Break when exception is" options under the Debug->Exceptions menu item.

I've had this happen multiple times, though I haven't been able to isolate why yet. When re-enabling the on "Thrown" options I leave the "Common Language Runtime Exceptions" unchecked if the application is a mix of C#/C++.

0

精彩评论

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