cpp-docs icon indicating copy to clipboard operation
cpp-docs copied to clipboard

Update `_DEBUG` macro reference

Open Rageking8 opened this issue 4 months ago • 4 comments

  • Mention /LDd as it also defines _DEBUG, as per:

    https://github.com/MicrosoftDocs/cpp-docs/blob/0ffedaacde5c17bd4e98535b221df1b0e9d2753f/docs/preprocessor/predefined-macros.md?plain=1#L168

    https://github.com/MicrosoftDocs/cpp-docs/blob/0ffedaacde5c17bd4e98535b221df1b0e9d2753f/docs/build/reference/md-mt-ld-use-run-time-library.md?plain=1#L29

  • Add link to "Predefined macros" in "See also" section

  • Simplify and add some links

  • Update metadata

Rageking8 avatar Jul 30 '25 15:07 Rageking8