Exception Wizard is a debugging tool specially designed to aid programmers in troubleshooting 32-bit Windows applications created with MS VC++ 6.0. It takes an exception address and project map file and automatically identifies the source code where the exception occurred. Exception Wizard is especially helpful when release mode exceptions can't be reproduced in debug mode, when crashes are reported by users, and when large projects take too long to debug.
Exception Wizard is a debugging tool for programmers,created to assist in the debugging of 32-bit Windowsapplications created with MS VC++ 6.0. ExceptionWizard takes an exception address and a project mapfile and automatically determines where in the sourcecode the exception occurred. Exception Wizard isespecially helpful in the following situations:release mode exceptions that cannot be reproduced indebug mode, crashes reported by users (where debuggingis not available), and large projects withprohibitively long debug load times.
Comments