Date: Wed, 17 Mar 1999 11:35:57 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Matthias Benkmann cc: djgpp AT delorie DOT com Subject: Re: rhide does nothing In-Reply-To: <36eed3ed.718137@news.lrz-muenchen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 16 Mar 1999, Matthias Benkmann wrote: > I don't know if this information is very useful but when I started it > under an old version of Turbo Debugger, ran it and interrupted it > after a while with Ctrl-Break, I found it executing the same loop over > and over. You shouldn't run RHIDE (or any other DJGPP program) under a real-mode debugger such as TD. It won't tell anything useful, since the DJGPP code is in extended memory which TD cannot access.