We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_DEBUG
1 parent fea358f commit 68fef1aCopy full SHA for 68fef1a
1 file changed
docs/c-runtime-library/debug.md
@@ -7,7 +7,7 @@ ms.assetid: a9901568-4846-4731-a404-399d947e2e7a
7
---
8
# `_DEBUG`
9
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.
+The compiler defines `_DEBUG` when you specify the `/MTd`, `/MDd`, or `/LDd` option. These options specify debug versions of the C run-time library.
11
12
For more information, see [CRT debugging techniques](./crt-debugging-techniques.md).
13
0 commit comments