MCPcopy Create free account
hub / github.com/dillo-browser/dillo / debugPrint

Method debugPrint

dw/tools.hh:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 void cleanup ();
27
28 inline void debugPrint () {
29 DBG_IF_RTFL {
30 DBG_OBJ_SET_NUM ("numPos", numPos);
31 for (int i = 0; i < numPos; i++) {
32 DBG_OBJ_ARRSET_PTR ("references", i, references[i]);
33 DBG_OBJ_ARRSET_NUM ("x", i, x[i]);
34 DBG_OBJ_ARRSET_NUM ("y", i, y[i]);
35 }
36 }
37 }
38
39public:

Callers 1

forChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected