Date: Mon, 12 Jun 2000 20:05:44 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Kalum Somaratna aka Grendel cc: djgpp AT delorie DOT com Subject: Re: Need help with FSDB/EDEBUG32 before I lose my mind In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 12 Jun 2000, Kalum Somaratna aka Grendel wrote: > > > I know it might seem stupid that a dos debugger doesn't do this itself > > > > Patches to fsdb to make it look for .exe are welcome. > > Actually i thought about this, but wouldn't it complicate matters rather > than be a help. It was you who said ``it might seem stupid etc.'', not me ;-) > I mean most people including yours truly who are familiar > with a unix like system expect a command like "fsdb hello" to be exactly > that, ie load a hello file instead of loading a hello.exe file as an > other dos based debugger would do. One possibility to solve this would be to look for `hello', and if it's not found, look again for `hello.exe'.