home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zephyr.ens.tek.com!psgrain!qiclab!leonard
- From: leonard@qiclab.scn.rain.com (Leonard Erickson)
- Newsgroups: comp.lang.pascal
- Subject: Re: New Idea!
- Message-ID: <1992Sep8.185851.11309@qiclab.scn.rain.com>
- Date: 8 Sep 92 18:58:51 GMT
- References: <188jleINNcn6@matt.ksu.ksu.edu>
- Reply-To: 70465.203@compuserve.com
- Organization: SCN Research/Qic Laboratories of Tigard, Oregon.
- Lines: 28
-
- holland@matt.ksu.ksu.edu (Rich Holland) writes:
-
- >I've got a rather large program which is spread out through around 10
- >units, and over 6500 lines of code. When it crashes mysteriously, I
- >get a message like this:
-
- > Runtime error 105 at 0052:03A3
-
- >I can then look at 'PROG.MAP' (the map file I told it to generate) and
- >search for '0052:03A3' and get a line number. Then, I have to page
- >back through the map file a few pages, usually, and find the Unit name
- >the line number is in. Then, I go into Qedit and PgDn until I get to
- >that line number.
-
- Try:
- TPC <mainprog> /f0052:03a3
-
- That will automatically tell you *which* file the error is in, which
- line in that file, and display the line!
-
- Also, if you use Norton Editor, you just give a commandline argument to
- tell it which line in the file to go to.
-
- --
- Leonard Erickson leonard@qiclab.scn.rain.com
- CIS: [70465,203] 70465.203@compuserve.com
- FIDO: 1:105/51 Leonard.Erickson@f51.n105.z1.fidonet.org
- (The CIS & Fido addresses are preferred)
-