Skip to content

Commit 4ec7457

Browse files
authored
Merge pull request #5600 from Rageking8/update-debug-macro-reference
Update `_DEBUG` macro reference
2 parents 2392962 + 84740f3 commit 4ec7457

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/c-runtime-library/debug.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
description: "Learn more about: _DEBUG"
32
title: "_DEBUG"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: _DEBUG"
4+
ms.date: 11/04/2016
55
helpviewer_keywords: ["DEBUG macro", "_DEBUG macro"]
6-
ms.assetid: a9901568-4846-4731-a404-399d947e2e7a
76
---
87
# `_DEBUG`
98

10-
The compiler defines `_DEBUG` when you specify the /MTd or /MDd option. These options specify debug versions of the C run-time library.
9+
The compiler defines `_DEBUG` when you specify the [`/MTd`](../build/reference/md-mt-ld-use-run-time-library.md), [`/MDd`](../build/reference/md-mt-ld-use-run-time-library.md), or [`/LDd`](../build/reference/md-mt-ld-use-run-time-library.md) option. These options specify debug versions of the C run-time library.
1110

12-
For more information, see [CRT debugging techniques](./crt-debugging-techniques.md).
11+
For more information, see [CRT debugging techniques](crt-debugging-techniques.md).
1312

1413
## See also
1514

16-
[Control flags](./control-flags.md)
15+
[Control flags](control-flags.md)\
16+
[Predefined macros](../preprocessor/predefined-macros.md)

0 commit comments

Comments
 (0)