Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

go to the topQuestion 25 Does BugTrapper detect both VC++ and Win32 exceptions?

0
10 Posted

go to the topQuestion 25 Does BugTrapper detect both VC++ and Win32 exceptions?

0
10

Yes, BugTrapper supports both. Win32 exceptions are exceptions that are normally considered crashes. This occurs where the O/S kills a program for doing something it shouldn’t have been doing. VC++ exceptions are intended exceptions thrown by the programmer (like in a try block piece of code), and could include exceptions caught by the C++ runtime library. These are not real crashes, but are handled by either the program itself or the runtime library. If a WIN32 exception is thrown (AKA- crash), BugTrapper displays it as a crash–No red F. If any other exception is thrown, BugTrapper displays a red F.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123