www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.debugger - [ddbg bug] assume .exe from command line

reply Bill Baxter <dnewsgroup billbaxter.com> writes:
This oughta work:

~~~~~~~
c:\>ddbg myprogram
Ddbg v0.1 beta - D Debugger
Copyright (c) 2007 Jascha Wetzel
see http://ddbg.mainia.de/doc.html for documentation

Loading symbols from myprogram


----------------------------------------
Unhandled exception in Ddbg v0.1 beta:
myprogram: The system cannot find the file specified.

Please report this problem!
See the http://ddbg.mainia.de/releases.html for details.
Thank you!
~~~~~~~

Apparently you have to say:
    ddbg myprogram.exe

but that shouldn't be necessary.

--bb
Apr 23 2007
parent Jascha Wetzel <"[firstname]" mainia.de> writes:
yep, it'll be in the next release

Bill Baxter wrote:
 This oughta work:
 
 ~~~~~~~
 c:\>ddbg myprogram
 Ddbg v0.1 beta - D Debugger
 Copyright (c) 2007 Jascha Wetzel
 see http://ddbg.mainia.de/doc.html for documentation
 
 Loading symbols from myprogram
 
 
 ----------------------------------------
 Unhandled exception in Ddbg v0.1 beta:
 myprogram: The system cannot find the file specified.
 
 Please report this problem!
 See the http://ddbg.mainia.de/releases.html for details.
 Thank you!
 ~~~~~~~
 
 Apparently you have to say:
    ddbg myprogram.exe
 
 but that shouldn't be necessary.
 
 --bb
Apr 24 2007