Variable 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

Declaration

struct Context
{
  // ...
  bool debugging = false;
  // ...
}

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1