debugging

Boolean determining whether application is being debugged or not.

  1. bool debugging;
    version(Diamond_Debug)
    static const
    bool debugging;
  2. bool debugging;

Meta