Add an user-supplied identifier to the list of global debug identifiers
Can be called from either the driver or a debug = Ident; statement.
Unlike version identifier, there isn't any reserved debug identifier
so no validation takes place.
voidaddGlobalIdent(const(char)* ident)
classDebugCondition
deprecated("Kept for C++ compat - Use the string overload instead")
static
Add an user-supplied identifier to the list of global debug identifiers
Can be called from either the driver or a debug = Ident; statement. Unlike version identifier, there isn't any reserved debug identifier so no validation takes place.