PDA

View Full Version : Problem debugging application



qt_developer
19th January 2015, 12:04
Hi,

I want to debug an application using Qt 5.1.1. First I launch debugger and I get the next error: "No debugger set up.". Then I set the gdb.exe as debugger. Finally when I set a breakpoint, the execution does not stop in this point.

What's wrong?

Regards.

aamer4yu
19th January 2015, 14:25
Did you compile it in debug mode ?
qmake CONFIG+=debug ? :rolleyes:

qt_developer
22nd January 2015, 19:05
It is necessary to set up the debugger. This thing is not set by default?