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

Debug tooltips are truncated

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 4.14.0-beta2
    • Debugger
    • GNU gdb (Ubuntu 8.2-0ubuntu1~18.04) 8.2
      gcc version 9.3.0 (Ubuntu 9.3.0-11ubuntu0~18.04.1)
    • Linux/X11

      When debugging, sometimes the tooltips are too narrow, so the contents are only partly visible or not visible at all.

      I've not found a general recipe to reproduce, but a simple "hello world" program is enough to show the behavior (see attached GIF).

      #include <iostream>
      
      using namespace std;
      
      int main()
      {
          int foo = 42;
      
          float bar = foo;
      
          cout << "Hello World!" << bar << endl;
          return 0;
      }
      

      It may occur more often if the tooltip contents have very different width, but I'm not completely sure about this.

        1. DebugTooltips.gif
          155 kB
          André Hartmann
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            hjk hjk
            aha_1980 André Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes