On Friday 27 November 2009 08:49:37 ext Robert Caldecott wrote: > Attached is a log and a screen dump. My debug log includes the > following line which can't be right... can it? > > <161set substitute-path > C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt > C:/Qt/4.6.0-rc1/include/..
This looks ok. C:/qt-greenhouse/... is the place where the package was actually compiled. These paths are burned into the debug information and cannot easily be changed when the binaries get installed into your C:/Qt/4.6.0-rc1. So we use 'set substitute-path' to instruct gdb to replace ever occurence of 'C:/qt-greenhouse/...' when it reads the debug info with 'C:/Qt/4.6.0-rc1'. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
