Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!cs.yale.edu!spolsky-joel From: spolsky-joel@cs.yale.edu (Joel Spolsky) Newsgroups: comp.os.msdos.programmer Subject: Re: Need help Turbo Debugging code in a library Keywords: Turbo TD386 tlib tlink Message-ID: <26035@cs.yale.edu> Date: 6 Sep 90 20:50:15 GMT References: <1990Sep6.174743.13108@odin.corp.sgi.com> Sender: news@cs.yale.edu Distribution: na Organization: Yale University Computer Science Dept., New Haven, CT 06520-2158 Lines: 11 Nntp-Posting-Host: zoo-gw.cs.yale.edu Originator: spolsky@suned.CS.Yale.Edu In article <1990Sep6.174743.13108@odin.corp.sgi.com> nelson@bolyard.wpd.sgi.com (Nelson Bolyard) writes: >If you can help me get TD386 to debug TC code linked from a library, I'd >greatly appreciate it! You can't include symbollic debugging information in libraries, only in .OBJ files. The /E flag does not do what you think (it just makes it easier to find things in the library). The idea is that you debug your object modules completely before putting them into libraries. Joel Spolsky spolsky@cs.yale.edu Talk Hard.