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

[REG 3.6->4.0] Watches are severely broken

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes