Skip to content

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

Closed as not planned
@Spaceballs3000

Description

@Spaceballs3000

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions