> Does anybody know how to display QStrings in GNU ?> I scanned the Archives but find only old pre 2.0 solutionsDo you mean gdb? Then you could add following script to you .gdbinit (thanks toDavid Faure who sent it to the kde-devel mailinglist):define printqstring set $i=0 while $i < $arg0.d->len print $arg0.d->unicode[$i++].cl endendGreetings,Wilco