- Create a new Qt GUI Application.
- Set a breakpoint in the first line of main function:
QApplication a(argc, argv);
- Let the debugger run into the breakpoint.
- Step into (F11).
Creator still shows the same line.
Instead, Creator should step into qapplication.cpp. With my own out of source build of Qt stable 5.2, this works.
- is replaced by
-
QTBUG-32582 Debug symbols missing for Qt 5.1.0 SDK under Linux
-
- Closed
-