ddbg 0.0.3 and Code::Blocks
Jascha Wetzel
"[firstname]" at mainia.de
Sun Mar 4 10:50:02 PST 2007
the exe filename has to contain "gdb" to switch the CLI from Ddbg syntax
to GDB syntax, which is needed by CB.
if your exe filename really is "ddbg_dbg.exe", then that is probably the
problem.
Barry Carr wrote:
> 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