Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-9786

Debugger log view retains large amounts of memory

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 2.8.0-rc
    • Debugger
    • 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.

        1. 01_disassembly_just_opened.png
          01_disassembly_just_opened.png
          137 kB
        2. 02_trying_to_close_disassembly__hanging.png
          02_trying_to_close_disassembly__hanging.png
          134 kB
        3. 03_end.png
          03_end.png
          167 kB
        4. 04_full.png
          04_full.png
          125 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            hjk hjk
            erikv Erik Verbruggen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes