Xref: utzoo alt.msdos.programmer:204 comp.sys.ibm.pc:31538 Path: utzoo!attcan!utgpu!watmath!maytag!watstat!dmurdoch From: dmurdoch@watstat.waterloo.edu (Duncan Murdoch) Newsgroups: alt.msdos.programmer,comp.sys.ibm.pc Subject: Re: Debugging library routines in with Turbo C/Debugger Message-ID: <305@maytag.waterloo.edu> Date: 14 Jul 89 13:03:07 GMT References: <6094@watdcsu.waterloo.edu> Sender: daemon@maytag.waterloo.edu Reply-To: dmurdoch@watstat.waterloo.edu (Duncan Murdoch) Distribution: comp Organization: U. of Waterloo, Ontario Lines: 13 In article <6094@watdcsu.waterloo.edu> zeexsun@watshine.waterloo.edu (Bruce Wilson) writes: > >Does anyone know how to debug into a library routine in Turbo Debugger? > I don't know if this will be any help, but there's a bug in TD that means it will refuse to debug into any segment which follows an empty segment. Take a look at the .MAP of your program; if you see any segments with length 0, then the following segment will be inaccessible. Turbo Pascal generates empty segments if you reference a unit but don't use any code from it; I don't know about Turbo C. Duncan Murdoch