Serial Monitor is missing an autoscroll control #806
Labels
conclusion: invalid
Issue/PR not valid
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the bug
Sorry Not sure if bug or feature request
I am having some fun trying out the new IDE. I hope reports like this are useful.
But with the current daily build (as of yesterdays), if I am running a sketch that outputs lots of data to the Serial Monitor.
And so far I have found an obvious way to tell the the monitor window to not scroll, so hard to check out what was displayed earlier on. That is for example if I do something like: ctrl+home to get to the start of the window, it will jump back to the bottom as soon as new data is received.
To Reproduce
Steps to reproduce the behavior:
Have a sketch that outputs a lot. I was trying to help out user on PJRC forum, so slightly modified sketch:
Again nothing special here. But wanted to verify the contents of the call to my MemoryHexDump, and tried to scroll to the top and the screen kept moving back to end.
Expected behavior
A clear and concise description of what you expected to happen.
Expected something like a checkbox like you have in 1.8.19:
Screenshots
Alternative, do like what TyCommander does:
If you scroll off the bottom, it will stop doing autoscroll, until you manually scroll it back to the bottom.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: