displayTokenDebugInfo(text: string, token: CommandToken): void {
    this.addLine(new TextLine(text, RenderType.tokenDebug, token));
  }