While I try to debug the application , it popup the dialog box and shown as below.

enter image description here

How to overcome this issue?

waiting for your reply

link|improve this question

1  
Have you read doc.qt.nokia.com/qtcreator-snapshot/… – Bart May 18 '11 at 7:25
feedback

1 Answer

up vote 4 down vote accepted

You need to install the Debugging Tools for Windows (the cdb debugger) for QtCreator to use the Microsoft debugger engine for programs built with MSVC.

To use GDB on Windows, you'll need to build the program using MinGW.

Details are available here: http://doc.qt.nokia.com/qtcreator-snapshot/creator-debugger-engines.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.