On Tuesday 07 September 2010 11:44:06 ext Jaco Naude wrote: > Hi Robert > > Thanks for the reply. It does solve the debugging helper issue but > debugging does not work. It breaks at the first breakpoint in my app > but all the debugging windows are empty (Stack, Locals & Watchers). > When I try to step the debugger to the next line it looks like it > froze and then Creator gives the "Gdb not responding" dialog.
The log looks good up the the TIMED OUT WAITING FOR GDB REPLY bit. The only reason I can think of (except for the obvious "gdb is stuck") is that the python dumpers ran into an endless loop. Is the project you are working on publically available somewhere? Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
