Skip to content

Serial monitor can't auto scroll #1977

@sarfat96

Description

@sarfat96

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions