Xref: utzoo alt.msdos.programmer:248 comp.lang.pascal:2164 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uakari.primate.wisc.edu!indri!caesar!blake!ogccse!verdix!sequent!tektronix!psueea!parsely!bucket!leonard From: leonard@bucket.UUCP (Leonard Erickson) Newsgroups: alt.msdos.programmer,comp.lang.pascal Subject: Re: Turbo Pascal, DOS runtime errors Keywords: debugging with turbo debugger Message-ID: <1590@bucket.UUCP> Date: 30 Jul 89 01:38:20 GMT References: <1564@hjuxa.UUCP> Distribution: na Organization: Rick's Home-Grown UNIX; Portland, OR. Lines: 20 mal@hjuxa.UUCP (LEACH) writes: >Dos Error 102 at 4380:2048 >What I cannot figure out is how to get into turbo debugger and find >out what line of source code corresponds to 4380:2048. Does anyone >know how to get to that line of code? You don't use the *debugger*, you use the compiler! Under compiler options in the IDE you'll have Find Runtime Error option. However, if you are a bit short of memory it'll report "Error not found". In this case use the commandline compiler. TPC filename /F4380:2048 it'll show the line and and give the line # -- Leonard Erickson ...!tektronix!reed!percival!bucket!leonard CIS: [70465,203] "I'm all in favor of keeping dangerous weapons out of the hands of fools. Let's start with typewriters." -- Solomon Short