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

[REG 3.6->4.0] Watches are severely broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • Qt Creator 4.0.0
    • Qt Creator 4.0.0
    • Debugger
    • None
    • ad55631cdf898f0af6a9d0734c5f7a5889399da6

      Dragging (or manually adding) a struct object to Watches just doesn't work.

      It works if the watcher is already there when the application is executed, but adding it when the app is running (and interrupted) doesn't work.

      struct Foo
      {
          int a;
          int b;
      };
      
      int main()
      {
          Foo foo;
          return 0; // break here, drag foo to Watches and expand
      }

      This works fine with 3.6

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            hjk hjk
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes