Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.14 KB

debugging-and-exception-classes.md

File metadata and controls

17 lines (13 loc) · 1.14 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Debugging and Exception Classes
Debugging and Exception Classes
11/04/2016
vc.classes.debug
debugging [MFC], exception classes
debugging [MFC], classes for debugging
0d158efd-2e62-452e-9d2a-d3c30dfee7f9

Debugging and Exception Classes

These classes provide support for debugging dynamic memory allocation and for passing exception information from the function where the exception is thrown to the function where it is caught.

Use classes CDumpContext and CMemoryState during development to assist with debugging, as described in Debugging MFC Applications. Use CRuntimeClass to determine the class of any object at run time, as described in the article Accessing Run-Time Class Information. The framework uses CRuntimeClass to create objects of a particular class dynamically.

See also

Class Overview