|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.debugger - how to debug with codeblocks
Has anyone got step by step instructions how to get started with codeblocks and ddbg? I tried instructions on the ddbg site, but codeblocks refuses to start the debugger without building the app itself first. This is very annoying - even msvc lets me debug any executable without setting it up to actually be able to build it. Which makes little sense for a D app, given tools like bud. I can build it with commmand line tools, and then just create a minimal project to be able to debug just fine. Maybe I'll post the errors I get later. Apr 13 2007
|