-
-
Notifications
You must be signed in to change notification settings - Fork 553
Closed
Labels
conclusion: invalidIssue/PR not validIssue/PR not validtopic: serial monitorRelated to the Serial MonitorRelated to the Serial Monitortype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the problem
Serial monitor can't auto scroll
To reproduce
void setup() {
Serial.begin(9600);
}
void loop() {
static int number = 0;
Serial.println(number);
number++;
delay(200);
}Expected behavior
The serial monitor must be auto scroll, my Arduino IDE have been updated to V2.0.4 but still have same issue like V2.0.3
Arduino IDE version
2.0.4
Operating system
Windows
Operating system version
Windows 11
Additional context
Version: 2.0.4
Date: 2023-02-27T16:14:28.576Z
CLI Version: 0.31.0
Copyright © 2023 Arduino SA
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details
Metadata
Metadata
Assignees
Labels
conclusion: invalidIssue/PR not validIssue/PR not validtopic: serial monitorRelated to the Serial MonitorRelated to the Serial Monitortype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project