debugOutput method

void debugOutput(
  1. String text
)

Implementation

void debugOutput(String text) => stdout.writeln(text);