PDA

View Full Version : How to debug?



Ali Reza
10th June 2012, 08:54
hi guys
in Qt creator, how to debug a project ??

by pressing F5 it switch to debug mode but won't work properly, Y??
for example: by pressing F10 won't go to next line.

regards

AlekseyOk
11th June 2012, 10:37
Which compiler? Debugger? Version of Qt?

ChrisW67
11th June 2012, 11:22
Rebuild the project in Debug mode. Qt Creator is probably already warning you that debugging with a program built in release mode in unlikely to work.