Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!chad From: chad@csd4.csd.uwm.edu (D. Chadwick Gibbons) Newsgroups: comp.lang.pascal Subject: Re: turbo debuger dies on my 386 Keywords: td386 bug Message-ID: <3951@csd4.csd.uwm.edu> Date: 23 Aug 89 03:32:21 GMT References: <435@tron.UUCP> Sender: news@csd4.csd.uwm.edu Reply-To: chad@csd4.csd.uwm.edu (D. Chadwick Gibbons) Organization: University of Wisconsin-Milwaukee Lines: 17 In article <435@tron.UUCP> beser@tron.UUCP (Eric Beser) writes: |I cannot run the turbo debugger on my 386 machine with |4meg of extended memory. I get an interrupt 0D trap and the system hangs. More than likely you have both an extended memory .SYS file and the Debugger's .SYS file in your configuration. I had a similar problem on a UniSys 80386 and the solution is simple to remove the extended memory manager file. I.E., your CONFIG.SYS file should look like the following: files=20 buffers=30 device=tdh386.sys Do not include EMM.SYS - try that and see if it works. Make sure you run the debugger with "td386" instead of "td." -- D. Chadwick Gibbons (chad@csd4.csd.uwm.edu)