Results 1 to 3 of 3

Thread: Problem----cannot hit F5

  1. #1
    Join Date
    Oct 2012
    Posts
    12
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Problem----cannot hit F5

    My program don't have any problem, because it is running by Ctrl+R
    but now I can't debug it, and the system prompts "This binary type 'x86-windows-msys-pe-32bit' debug engine can debug 'Gdb engine, Cdb engine' is set correctly."
    I don't know what happend, Why is there such a mistake??


    Just now I set a new tool chain(compiler:\QtSDK\mingw\bin\gcc.exe and debugger:\QtSDK\mingw\bin\gdb.exe)
    and debug it, gdb crashed
    Last edited by Hughen; 18th October 2012 at 10:40.

  2. #2
    Join Date
    May 2008
    Posts
    155
    Thanked 15 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Problem----cannot hit F5

    \QtSDK\mingw\bin\gdb.exe is a gdb build from MinGW. that's not working. there is another gdb.exe somewhere in \QtSDK\pythongdb. use this.

  3. #3
    Join Date
    Oct 2012
    Posts
    12
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem----cannot hit F5

    I used a new gdb.exe(build 7.5), and now it's normal about Qt.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.