[Qt-creator] Cannot step into Qt 4.6.0 rc1 code
André Pönitz
andre.poenitz at nokia.com
Fri Nov 27 10:50:02 CET 2009
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'
More information about the Qt-creator-old
mailing list