Re: [Development] Source code path in the debug information

2012-05-16 Thread viv...@gmail.com
Il 16/05/2012 10:17, Thiago Macieira ha scritto: On quarta-feira, 16 de maio de 2012 02.49.31, song.7@nokia.com wrote: I am trying to copy libQtCore.so.5.0.0 to another different folder to debug with my application, but find that I can't step into the source code. After look into libQtCore,

Re: [Development] Source code path in the debug information

2012-05-16 Thread Thiago Macieira
On quarta-feira, 16 de maio de 2012 02.49.31, song.7@nokia.com wrote: > I am trying to copy libQtCore.so.5.0.0 to another different folder to debug > with my application, but find that I can't step into the source code. > > After look into libQtCore, it seems that the path of source code is rel

[Development] Source code path in the debug information

2012-05-15 Thread song.7.liu
Hi, I am trying to copy libQtCore.so.5.0.0 to another different folder to debug with my application, but find that I can't step into the source code. After look into libQtCore, it seems that the path of source code is relative instead absolute, for example as bellow: ../../include/QtCore/../..