Re: ddd with library
Andrew Gaylard <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
Liang Chai wrote: > Hi > > I have a program with many libraries linked together. > How can I use ddd to debug the code in these > libraries. > > Thanks > > Liang Chai In exactly the same way that you'd do it in gdb. See the gdb manual. Andrew