debug.startSection("Section 3");
debug.appendln("boolean", false);
debug.appendln("number", 89878);
debug.endSection();
debug.startSection("Subsection 2");
debug.appendln("boolean", false);
debug.appendln("number", 12348);
debug.endSection();
debug.startSection("Section 4");
debug.appendln("boolean", false);