Skip to content

Serial Monitor new line text hiding behind status bar #1198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
cije49 opened this issue Jul 16, 2022 · 1 comment
Closed
3 tasks done

Serial Monitor new line text hiding behind status bar #1198

cije49 opened this issue Jul 16, 2022 · 1 comment
Assignees
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project

Comments

@cije49
Copy link

cije49 commented Jul 16, 2022

Describe the problem

When you Serial.print(); something to serial monitor, new line text hides behind the status bar (the blue ribbon on the bottom of the program window) as the text is scrolling

Video example:

final_62d1e39659bd3700b634bc59_516311.mp4

arduinoIDE_200

With Nightly:

with_nightly

To reproduce

Just copy the code below and upload to any Arduino board ( i tried with Arduino Nano and Generic ESP8266)

int i = 0;

void setup() {
  Serial.begin(115200);
}

void loop() {
  i++;
  Serial.println(i);
  delay(200);
}

Expected behavior

You can expect to have every new line printed in the Serial monitor to be hidden behind the status bar (the blue ribbon on the bottom of the window)

Arduino IDE version

Version: 2.0.0-rc8-nightly-20220713 Date: 2022-07-13T03:32:42.528Z CLI Version: 0.24.0 [c1b10f56] Copyright © 2022 Arduino SA

Operating system

Windows, Linux

Operating system version

Windows 10; Kali Linux release 2022.2

Additional context

No response

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
@cije49 cije49 added the type: imperfection Perceived defect in any part of project label Jul 16, 2022
@per1234 per1234 self-assigned this Jul 16, 2022
@per1234
Copy link
Contributor

per1234 commented Jul 16, 2022

Hi @cije49 . Thanks for taking the time to submit an issue.

I see we have another report about this at #972.

It is best to have only a single issue per subject so we can consolidate all relevant discussion to one place, so I'll go ahead and close this in favor of the other.

If you end up with additional information to share, feel free to comment in the other thread.

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 16, 2022
@per1234 per1234 added conclusion: duplicate Has already been submitted topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor labels Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants