Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
qt creator not responding to breakpoints, gdb now working[SOLVED]
-
I am having trouble making qt work with gdb.
Whenever I set a break point, it says gdb process has not responded wihtin 40 seconds.And it says gdb is stuck in endless loop
I'm attaching a screenshot of what exactly it says http://snag.gy/Oc3sq.jpg.
Gdb works fine without qt.Running Arch Linux, Kernel Version 3.18.6-1, GDB 7.9, Qt Creator 3.3.2
Anything that might help me here?
-
Figured out the solution. In GDB, the option, load .gdbinit file on gdb startup was selected, but I did not have .gdbinit file, hence it was timing out searching for that file.
I just unchecked that option and now it works just fine.