[X] I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
I am trying to use the device logs console to debug my app when I am running it on an android simulator.
I see an error appear in the logs window. Great. I want to read it since its many lines. I cant, because every second a new line prints to the console log and then the log windows auto-scrolls to the newest line.
It is literally impossible to use the console to actually read the errors and see whats going on.
Expected Behavior
When I am not at the "most recent line" in the debug console, I dont want the window to auto-scroll to the newest line.
This would allow me to read the error, copy/paste it etc to other apps.
It should only scroll to the newest line when I am at the bottom of the console view.
Steps to Reproduce
1- Enter debug mode for local run
2- have some kind of error in your app
3- scroll up to the error and try to read it
4- the window will automatically scroll to the bottom
Reproducible from Blank
[ ] The steps to reproduce above start from a blank project.
- FlutterFlow version: 5.0.12
- Platform: Windows app
- Browser name and version: N/A
- Operating system and version affected: Windows 11
Additional Information
This is incredibly frustrating. I consider it a bug since I cannot use the console to debug my code as it is intended to do. I have to very quickly screen capture and then look at a static image, or go into the browser and use the browser debug.
Can we access your project?
Current Behavior
I am trying to use the device logs console to debug my app when I am running it on an android simulator.
I see an error appear in the logs window. Great. I want to read it since its many lines. I cant, because every second a new line prints to the console log and then the log windows auto-scrolls to the newest line.
It is literally impossible to use the console to actually read the errors and see whats going on.
Expected Behavior
When I am not at the "most recent line" in the debug console, I dont want the window to auto-scroll to the newest line.
This would allow me to read the error, copy/paste it etc to other apps.
It should only scroll to the newest line when I am at the bottom of the console view.
Steps to Reproduce
1- Enter debug mode for local run 2- have some kind of error in your app 3- scroll up to the error and try to read it 4- the window will automatically scroll to the bottom
Reproducible from Blank
Bug Report Code (Required)
none
Visual documentation
https://github.com/user-attachments/assets/c7f7506f-b158-4051-a149-2be13b78d86c
Environment
Additional Information
This is incredibly frustrating. I consider it a bug since I cannot use the console to debug my code as it is intended to do. I have to very quickly screen capture and then look at a static image, or go into the browser and use the browser debug.