go to the topQuestion 25 Does BugTrapper detect both VC++ and Win32 exceptions?
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
- In general, what are the drug detection periods for the most abused drugs and how long after use can a drug test detect drug presence?
- As a manager, can I wait until the day I get the official "approve time" email to manage any employee exceptions?
- The PKD is used to check digital signatures in ePassport chips. How can that help to detect look-alike fraud?