On Monday 30 November 2009 00:14:55 ext Burka Victor wrote: > 29.11.09, 17:47, "Andre Poenitz" <[email protected]>: > > In any case, please post the contents of Debug->Views->Debugger, > > right pane.
Ok thanks. > sReading > C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym...... > >&"Dwarf Error: Could not find abbrev number 18644 [in module > >C:/S60/devices/S60_5th_Edition_SDK_v1.0/epoc32/release/gcce/udeb/analogclock.sym]\n" That might be the reason that your breakpoints are not hit. The message usually means the debugging information is corrupted - or not properly assembled by the toolchain for that matter. I don't really know what is causing it. We had similar problems with older versions of MinGW gdb on Windows XP 64 a while ago, and given that the gdb available for Symbian is also only based on gdb 6.4 it might actually be the same issue. On what system is your Creator running? Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
