Can't get ddbg to work in Code::Blocks

Patrick Byrne pbyrne at frontier.co.uk
Fri Mar 30 06:22:15 PDT 2007


Jascha Wetzel wrote:
> please post ddbg's output as described here:
> 
> (re-post from d.D)
> 
> check settings > compiler and debugger > debugger settings > display
> debugger's log
> you'll have a message tab "Debugger (debug)" which displays almost all
> of the communication between codeblocks and ddbg.
> ddbg will probably give a more verbose error message that you'll find there.
> alternatively you can also try debugging your program on the command
> line to find the problem.

Sorry, I already did that. Output is the same:

 >>>>>>>>>>>
Building to ensure sources are up-to-date
Build succeeded
Selecting target: Debug
Adding source dir: c:\d\dmd\bin
Adding source dir: c:\d\hworld\
Adding source dir: c:\d\hworld\
Adding file: bin\Debug\hworld.exe
Starting debugger: done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Program exited
Debugger finished with status 0
<<<<<<<<<<<<

Guess I will try command-line debugging.  :-(


More information about the Digitalmars-d-debugger mailing list