Unity's built in Preprocessor commands (DEBUG)

I know Unity has a few Built-in #defines, I’m curious if there is anywhere I can find a list of them.

Specifically I am looking for anything related to Debug and Release builds. I tried using [Conditional(“DEBUG”)] and it didn’t seem to pop up.

I have this same problem. Unity has a list of the #define constant NAMES , but it does not provide the constant STRINGS, so they can’t be used in [Conditional]