Closed as not planned
Description
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