platformio / platformio-vscode-ide

PlatformIO IDE for VSCode: The next generation integrated development environment for IoT
https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide
Apache License 2.0
1.22k stars 195 forks source link

Monitor debug clear, and output control #3290

Open jnz86 opened 2 years ago

jnz86 commented 2 years ago

Can we please have a way to clear the debug monitor? And also way to have a customizable, or less verbose default output?

It seems that the built-in debug monitor / serial terminal tool is PySerial with MiniTerm. If there is a way to clear this using VSCode, or inside the MiniTerm itself, I have not been able to find it. Restarting the monitor output clears the data and reinits with PySerial/MiniTerm's initial message.

It would be alongside clearing the window to be able to change this initial message, as frequent users may not need all of that information.

--- Terminal on COM3 | 115200 8-N-1
--- Available filters and text transformations: colorize, debug, default, direct, hexlify, log2file, nocontrol, printable, send_on_enter, time
--- More details at https://bit.ly/pio-monitor-filters
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H

Thank you.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.

NicHub commented 3 months ago

When using Upload and Monitor, it would be nice to have a monitor option that allows to clear the compilation messages before starting the monitor in case the compilation finished OK.