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

Implement recursive search for Locals when debugging

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • Debugger
    • All

      It's possible to search in the Locals view, but only in the tree items that were already unfolded (clicked at least once).

      I'd like to suggest adding an ability to perform recursive search through all items in Locals, even not touched before.

      Motivation: Imagine that you have a class with a lot of fields each of of them is a very complicated composite class with a lot of fields and so on. And now you want to find some variable, which is very deep in the hierarchy, in the Locals view. It might be uneasy, especially if you aren't familiar with the entire code base. In this case, recursive search would be very useful.

      Some thoughts: 

      1. It might be time consuming, so we should either retrieve all data in background or use some heuristics
      2. Because of 1., it shouldn't be default behavior, so some checkbox or option in preferences is required to enable this functionality.

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

            hjk hjk
            vitaly.fanaskov Vitaly Fanaskov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes