Skip to content

Commit 26d3f78

Browse files
authored
Simplify and add links in _DEBUG macro reference
1 parent 68fef1a commit 26d3f78

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/c-runtime-library/debug.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ ms.assetid: a9901568-4846-4731-a404-399d947e2e7a
77
---
88
# `_DEBUG`
99

10-
The compiler defines `_DEBUG` when you specify the `/MTd`, `/MDd`, or `/LDd` option. These options specify debug versions of the C run-time library.
10+
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.
1111

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

1414
## See also
1515

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

0 commit comments

Comments
 (0)