DebugCondition.addGlobalIdent

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.

  1. void addGlobalIdent(const(char)* ident)
  2. void addGlobalIdent(string ident)
    class DebugCondition
    extern (D) static
    void
    addGlobalIdent
    (
    string ident
    )
  3. void addGlobalIdent(const(char)[] ident)

Parameters

ident string

identifier to add

Suggestion Box / Bug Report