Re: Setting source search path
"Fabian Scheler" <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, > 2 - Can I change the search path by editing a file rather than through > the GUI. A library that I'm calling (openSSL) keeps the source in a > large number of subdirectories, and entering them all though the GUI > is error prone. Are you using as a frontend for gdb? You can pass the search paths as commandline option to gdb and when you use for example a makefile to invoke gdb you have to specify the search path only once. Ciao, Fabian