ddbg 0.0.3 and Code::Blocks

Barry Carr barrycarr at nospam.ixian-software.com
Sun Mar 4 10:46:25 PST 2007


Hi,

I'm having problems getting ddbg 0.0.3 to work with Code::Blocks. I'm 
pretty sure its because CB is issuing the command to ddbg_dbe.exe 
incorrectly. On my machine the command to launch the debugger is as follows:

C:\dmd\bin\ddbg_dbg.exe -nx -fullname  -quiet -args 
bin/Debug/Debugger_Test.exe

And, of course, ddbg is reporting:

Error: -nx: The system cannot find the file specified.

as CB is writing the command line switches before the target filename, 
which from what I've seen of ddbg docs, is wrong. Is there a way of 
telling CB how to format the command that launches the debugger? I've 
had a look around in CB but I can't see anything obvious. Thanks

Cheers
Barry Carr


More information about the Digitalmars-d-debugger mailing list