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. Qt Creator suddenly confused debugging on Windows 8
Forum Updated to NodeBB v4.3 + New Features

Qt Creator suddenly confused debugging on Windows 8

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 1.1k 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.
  • S Offline
    S Offline
    sipickles
    wrote on last edited by
    #1

    Hi,

    For a few months I've been using Qt Creator 2.7.0 happily on Windows 8. I'm using MSVC 10.0 compiler (x86) and cdb found in C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\cdb.exe, with Qt 4.8.4.

    It was all working fine for ages, then suddenly I get strange debug information.

    If I add a breakpoint, the Locals and Expressions window has the wrong types for my variables. My custom types are incorrectly described as Qt types such as QFrame! (Its actually an enum). An unsigned int is described as a class QFramePrivate elsewhere.

    Either that or I just get <No information found error> in the value column.

    I've uninstalled Qt and Qt Creator and rebuilt everything, and tried x64 and x86 versions of cdb (its a 32bit app), and also the cdb in Debugging tools for windows.

    What else can I try? Debugging is impossible - but really required ASAP! :)

    Thanks

    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