debug()

in src/stdio.ts [63:65]


    debug(message: string) {
      this.messages.debug.push(message);
    },