c# - Exception Assistant not working -
i'm using vs2010 wpf, c#, cli , native c++. when exception in c# part, don't see exception assistant.
it seems exception assistant not working, if unmanaged code debugging enabled.
as need both, there workaround problem?
in tools/options have checked "enable exception assistant". in project settings have checked "enable unmanaged code debugging".
if uncheck "enable unmanaged code debugging" exception assistant working excepted.
whenever see because vs has decided disable "thrown" option "break when exception is" options under debug->exceptions menu item.
i've had happen multiple times, though haven't been able isolate why yet. when re-enabling on "thrown" options leave "common language runtime exceptions" unchecked if application mix of c#/c++.
Comments
Post a Comment