[Interest] GDB debugging not working in QtCreator 2.8.1/Qt 5.1.1/GDB 7.5/TI SDK 6.0

William Zeng williamzeng88 at gmail.com
Sat Sep 21 17:31:39 CEST 2013


You need to check whether it contains gdb optimazation flag in the 
compiler argument, such as -O3. If yes, replace it with -O0 and then try 
again.

BR
William Zeng



More information about the Interest mailing list