Skip to content

The 'Clear Monitor' button does not always clear the Serial Monitor when using Serial.print method.  #36

@jim4101

Description

@jim4101

Conditions:

  • Windows 10
  • Microsoft Edge and Vivaldi both exhibit anomaly.

Code to reproduce the anomaly:

void setup()
{
Serial.begin(9600);
// The Clear Monitor button will erase this line from the Serial Monitor.
Serial.print("'Clear Monitor' button will clear this line from the Serial Monitor.\n");
}

void setup()
{
Serial.begin(9600);
// The Clear Monitor button will not erase this line from the Serial monitor.
Serial.print("'Clear Monitor' button will not clear this line from the Serial Monitor.\r");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    In BetaCurrently in beta testing, test it at https://beta.duino.appbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions