Skip to content

Latest commit

 

History

History
45 lines (42 loc) · 1.54 KB

File metadata and controls

45 lines (42 loc) · 1.54 KB
title Debugging and Exception Classes | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.classes.debug
dev_langs
C++
helpviewer_keywords
debugging [MFC], exception classes
debugging [MFC], classes for debugging
ms.assetid 0d158efd-2e62-452e-9d2a-d3c30dfee7f9
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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