Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Debugging problem !!!
Forum Updated to NodeBB v4.3 + New Features

Debugging problem !!!

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 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.
  • A Offline
    A Offline
    ahura_24
    wrote on last edited by
    #1

    hi every body please help me !
    @
    #include <QtGui>
    int main(int argc, char *argv[])
    {
    QApplication app(argc, argv);

    QWidget window; // put one breakpoint here (F9)
    window.show();
    
    return app.exec&#40;&#41;;
    

    }
    @

    i run with F5 but display error:

    The preferred debugger engine for debugging binaries of type x86-windows-msvc2008-pe-32bit is not available.
    the debugger engine Gdb engine will be used as a fallback.
    Details: there is no CDB binary available for binaries in format x86-windows-msvc2008-pe-32-bit'

    how can i debug like visual ? :( and solve this problem
    tnx

    1 Reply Last reply
    0
    • jensen82J Offline
      jensen82J Offline
      jensen82
      wrote on last edited by
      #2

      Install the Debugging Tools for Windows (CDB) and you are able to debug. Here's a link: "Debugging Tools":http://msdn.microsoft.com/en-us/windows/hardware/gg463009

      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