I can run Qt5.1/MINGW and debug my applications smoothly.
I would like to do the same with Qt5.1/MSVC2012.
Therefore I've installed on my PC (running win8):
- Microsoft visual studio express 2012 for desktop
- Qt 5.1/msvc2012
My projects run smoothly.
But when I try to debug any of them, I get an error message box saying: “no debugger set upâ€.
On the QT-project site I’ve read that I should
“install the Debugging tools for Windows. You can download them from Download and Install Debugging Tools for Windows.â€
However, the Microsoft's site says that now I cannot install debugging tools alone; and that I must install instead Microsoft Visual Studio Express 2012, that I did.
What should I do now to set up the debugger? Should maybe I tell Qt something about VC's paths?
I thank in advance anyone that wants to help.
MC
Bookmarks