Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!isis!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.lang.pascal Subject: Re: Problems with Pascal Program Keywords: HELP!!!!!!!!!!!!!!!!!!!!!! Message-ID: <1991Mar10.031416.29842@isis.cs.du.edu> Date: 10 Mar 91 03:14:16 GMT References: <3054@oucsace.cs.OHIOU.EDU> Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Math/CS, University of Denver Lines: 8 My suggestion: turn on every debugging option ($R+, etc). Generate debugging information. Then when your program "goes nuts", you may get lucky and be able to determine the line where it's crashing & why. All of this is described (quite well, in fact) in the manuals. Terrell