Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 750 Bytes

debug.md

File metadata and controls

25 lines (23 loc) · 750 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
_DEBUG | Microsoft Docs
11/04/2016
cpp-standard-libraries
article
_DEBUG
DEBUG
C++
DEBUG macro
_DEBUG macro
a9901568-4846-4731-a404-399d947e2e7a
8
corob-msft
corob
ghogen

_DEBUG

The compiler defines _DEBUG when you specify the /MTd or /MDd option. These options specify debug versions of the C run-time library.

For more information, see CRT Debugging Techniques.

See Also

Control Flags