Page 1 of 1

How to add source files for "trace into" ?

Posted: Tue Jun 08, 2010 11:27 am
by jiapei100
Hi, Eran:

I'm wondering if I installed both the package libraries (.a or .so), and I've got the source code at hand (or installed those sources),
can I specify the location of all source codes so that CodeLite might be able to trace into those source code during debugging?
If can, where and how??



Best Regards
JIA Pei

Re: How to add source files for "trace into" ?

Posted: Wed Jun 09, 2010 1:19 pm
by eranif
You dont need to specify anything. gdb should be able to locate them if it cant, then so does codelite

Try first figuring it out using gdb in command line
Eran