Skip to content

Serial Monitor: IDE becomes nearly unusable with really long lines. #2459

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
Spaceballs3000 opened this issue Jun 20, 2024 · 1 comment
Closed
3 tasks done
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

@Spaceballs3000
Copy link

Spaceballs3000 commented Jun 20, 2024

Describe the problem

IDE becomes sluggish over a few seconds.

To reproduce

Open Serial Monitor, run this code

void setup()
{      
  Serial.begin(115200); 
}
void loop()
{
 // Serial.println("------------------------------------------------------------------------------------------------------------------------------------------------------------");  // No issues with IDE slowness
 Serial.print("------------------------------------------------------------------------------------------------------------------------------------------------------------");  // With Serial Monitor windows open, IDE slowness will happen after a min or so. 
}

Expected behavior

IDE to not become sluggish.

Arduino IDE version

2.3.2

Operating system

Windows

Operating system version

Win 10

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
@Spaceballs3000 Spaceballs3000 added the type: imperfection Perceived defect in any part of project label Jun 20, 2024
@per1234 per1234 self-assigned this Jun 20, 2024
@per1234
Copy link
Contributor

per1234 commented Jun 20, 2024

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

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

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.

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 20, 2024
@per1234 per1234 added conclusion: duplicate Has already been submitted topic: code Related to content of the project itself labels Jun 20, 2024
@per1234 per1234 added the topic: serial monitor Related to the Serial Monitor label Jun 20, 2024
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