Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!well!shf From: shf@well.UUCP (Stuart H. Ferguson) Newsgroups: comp.sys.amiga.tech Subject: Debugging libraries with SDB. Summary: It can be done. Message-ID: <10964@well.UUCP> Date: 13 Mar 89 21:26:46 GMT Reply-To: shf@well.UUCP (Stuart H. Ferguson) Organization: The Blue Planet Lines: 11 Since I asked this question a few months ago and got no response, I assume that people don't know. It turns out that you *can* debug libraries with SDB. SDB can maintain two sets of symbol and source code information, and if a ".dbg" file is created for the library, SDB can trace library calls in source mode. It's great. My libraries used to have to open a console window to dump debugging information, but now I can take all that stuff out. -- Stuart Ferguson (shf@well.UUCP) Action by HAVOC