Code::Blocks Forums

User forums => Help => Topic started by: Chris Williams on January 17, 2007, 05:06:53 pm

Title: D - Debugging
Post by: Chris Williams on January 17, 2007, 05:06:53 pm
Hello. I've been testing Code::Blocks for D programming and went to try how debugging worked.

At the moment it seems to fail launching the debugger, popping up three message boxes with the following messages:

The command line option 'nx' is invalid
The command line option 'fullname' is invalid
The command line option 'quiet' is invalid

The Debugger window gives the following log:

Building to ensure sources are up-to-date
Build succeeded
Selecting target: Debug
Adding source dir: D:\Programs\NetDice\
Adding source dir: D:\Programs\NetDice\
Adding file: bin\Debug\NetDice.exe
Starting debugger: done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger finished with status 1

I've looked around a bit for somewhere where the command line parameters that came up in the message boxes are defined, but I don't see them anywhere.
Title: Re: D - Debugging
Post by: RobinMin on January 26, 2007, 06:48:48 am
I got this error too. :shock:

Anybody can give me some hint? or already had the solution for this case?

my C::B version is svn 3540, and using the wizard to generate one simplest D project and select DMD compiler.
Title: Re: D - Debugging
Post by: mandrav on January 26, 2007, 09:40:15 am
Debugging is not supported/tested for D programs (yet), sorry.
Title: Re: D - Debugging
Post by: RobinMin on January 27, 2007, 06:53:50 am
Debugging is not supported/tested for D programs (yet), sorry.

Ok, first of all, thanks your answer .
But ,Maybe I hadnot said clearly, sorry .I'd know something about that Current version
is still not support for debugging. but , what we want to do is just to run my applicaion ,
 not step by step debugging.

I am sure I had using some old version can do this. At last , I can strat my application.
But now, I cannot, so I think maybe just because of some configriation is not right.
 :(