-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 2.8.0-rc
-
None
The debugger log view is limited to 100,000 lines. The problem is that the number of characters per line can easily exceed 1000 which would end up using 100,000 * 1000 * 2 = 200MB of heap.
It would be nice to have that log cleared after each session/run, and possibly to take the line limit from the Application Output limit in the Options.