qt creator not responding to breakpoints, gdb now working[SOLVED]
General and Desktop
3
Posts
2
Posters
2.3k
Views
-
wrote on 10 Mar 2015, 18:27 last edited by anoop 3 Oct 2015, 19:30
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?
-
wrote on 10 Mar 2015, 19:30 last edited by
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. -
wrote on 30 Jun 2021, 02:32 last edited by
thanks dude, it run succefully :D