|
|
Re: how can I debug the shared library
|
|
10/05/2008 11:46 PM
post14498
|
Re: how can I debug the shared library
I am able to debug the library now. Thank you for your help
> The warning you see should not affect debugging. Does you source base contain
> these two files? If you put breakpoints in them does it work?
>
> zhandong gao wrote:
> > Thank you for your reply, the symbols problem was resolved. I am getting the
> following problem now,
> > Warning: /cygdrive/c/ide4-workspace/MyworkingDir/\336\377\377\377\006: No
> such file or directory.
> > No source file named Test1.cpp.
> > No source file named Test2.cpp.
> >
> > Looks like it can not find the shared library source file, I set the path of
> of the source file, it has the same problem.
> >
> >
> >> You need to set shared library paths for debugger to read symbols. This is
> not
> >> actually an error but you won't be able to go "in" shared library.
> >>
> >> Please see debugger FAQ http://community.qnx.com/sf/wiki/do/viewPage/
> projects.
> >> ide/wiki/DebuggerFAQ
> >>
> >>
> >> zhandong gao wrote:
> >>> Sorry, here is the whole msg,
> >>>
> >>> Error while reading shared library symbols:
> >>> libTest_g.so: No such file or directory.
> >>> Stopped due to shared library event
> >>>
> >>>
> >>>> any text after ":"?
> >>>>
> >>>> -----Original Message-----
> >>>> From: zhandong gao [mailto:community-noreply@qnx.com]
> >>>> Sent: September 25, 2008 12:15 AM
> >>>> To: general-ide
> >>>> Subject: how can I debug the shared library
> >>>>
> >>>> I got the following error when debug the program, Error while reading
> >>>> shared library symbols:
> >>>>
> >>>> Thanks
> >>>>
> >>>> _______________________________________________
> >>>> General
> >>>> http://community.qnx.com/sf/go/post13987
> >>>
> >>>
> >>>
> >>> _______________________________________________
> >>> General
> >>> http://community.qnx.com/sf/go/post14063
> >>>
> >
> >
> >
> >
> > _______________________________________________
> > General
> > http://community.qnx.com/sf/go/post14129
> >
|
|
|
|
|