How to add source files for "trace into" ?

CodeLite installation/troubleshooting forum
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

How to add source files for "trace into" ?

Post 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
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
Make sure you have read the HOW TO POST thread
Post Reply