Sometimes I need to produce somewhat longer log to find usefull information. I understand, that long logs are harder to work with in graphical apps, and that I can log to console and to file and it would be better for processing, but just to know if this is possible/how: What is the line/data limit to show up in run/debug configuration console and how can I re-set these values? I'd like to max this out, but it seemingly cannot be find anywhere.
CodePudding user response:
- Open the Preferences
- Navigate to Editor > General > Console
- Check the Override console cycle buffer size (1024 KB)
Set to higher values for longer logs.