Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 472 Bytes

debug.md

File metadata and controls

16 lines (12 loc) · 472 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: _DEBUG
_DEBUG
11/04/2016
DEBUG macro
_DEBUG macro
a9901568-4846-4731-a404-399d947e2e7a

_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