Mail Archives: djgpp/2000/06/12/14:05:46
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'.
- Raw text -