I just started using Qt and I wanted to debug my Qt application. Can I use the standard GDB debugger with Qt executables?
Yes you can. You might also want to use the gdb integration in Qt Creator, which does a much better job of inspecting data at run time than gdb alone.
2.1m questions
2.1m answers
60 comments
57.0k users