Debugger exception
Solved
General and Desktop
-
Hi at all,
when I run the application that use some external DLL in debug mode by the IDE (F5) I get some warnings like these.Seems the code inside dll raise an exception.
There is a way to suppress it or (better) to know what kind of exception is it?Thank you
-
Hi
If you dont have the source code so you can fix the actual error then i think you can suppress it by unchecking
-
Hi
It's about the debugger being first to see an exception (before the app)
and if the app dont handle it, the debugger sees it after (second).
That is the short story and also depends on the setup :)