Context.debugging

Enable / disable memory management debugging for this Context instance. Only available if both cairoD and the cairoD user code were compiled with "debug=RefCounted"

Output is written to stdout, see https://github.com/jpf91/cairoD/wiki/Memory-Management#debugging for more information

  1. bool debugging;
    struct Context
    version(D_Ddoc)
    bool debugging;
  2. bool debugging;

Meta