mo' better debugging of canvas "structure" via Item::dump and derivatives

This commit is contained in:
Paul Davis 2013-04-08 19:48:09 -04:00
parent 18048747b6
commit 1267b1d61c
5 changed files with 47 additions and 9 deletions

View file

@ -77,9 +77,9 @@ Canvas::Canvas (XMLTree const * tree)
void
Canvas::render (Rect const & area, Cairo::RefPtr<Cairo::Context> const & context) const
{
// cerr << "CANVAS @ " << this << endl;
// dump (cerr);
// cerr << "-------------------------\n";
cerr << "CANVAS @ " << this << endl;
dump (cerr);
cerr << "-------------------------\n";
checkpoint ("render", "-> render");
render_count = 0;