Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator 17.0.1 Debugger: Incorrect display of QHash<qlonglong, T> and limited variable nesting depth
Forum Updated to NodeBB v4.3 + New Features

QtCreator 17.0.1 Debugger: Incorrect display of QHash<qlonglong, T> and limited variable nesting depth

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 45 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Tetsuzin72T Offline
    Tetsuzin72T Offline
    Tetsuzin72
    wrote last edited by Tetsuzin72
    #1

    Hello,

    I'm experiencing issues with the debugger in the new QtCreator 17.0.1 compared to the older version 8.0.2. My environment is Windows 10 with Qt 5.12.3 and the debugger from the latest Windows SDK.

    I have two specific problems:

    Incorrect display of QHash<qlonglong, SomeType>: The qlonglong keys are displayed incorrectly (with wrong values or type interpretation) in the Locals and Expressions window in QtCreator 17.0.1. The same variable is displayed correctly in version 8.0.2.

    Limited variable nesting depth: The debugger in the new version does not display elements deeper than 4 levels of nesting. The old version correctly shows the full structure without such limitations.

    I have attached two screenshots for comparison. The first one shows the correct display in QtCreator 8.0.2, and the second one shows the problematic behavior in QtCreator 17.0.1.

    Has anyone encountered similar issues? Is there a known fix or a setting I might have missed?

    Thank you for your help.!

    QtCreator8

    QtCreator17

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved