User forums > Help
Codeblocks integrate with Visual Toolkit 2003
killerbot:
cdb.exe is the one from MS isn't it ?
I always used GDB in CB so no idea how well it goes with cdb.
Can cdb do the D language ?
squizzz:
Might be that C::B doesn't pass some compiler switches (like debug switch) for DMD compiler correctly...
You might try to set Compiler logging to "Full command line" (Settings->Compiler and debugger->Other) and see what parameters are used to invoke compiler. Compare how compiler calls look like when "Produce debugging symbols" property is set and when it is unset. If there is no difference between these two, it's possible that binary being produced by compiler is not suitable for debugging. (false alarm - this seems to work correctly)
Oh, and that
--- Quote ---Can cdb do the D language ?
--- End quote ---
is also very good question...
jozzzz:
I am enter paths :
Debugger:F:\Program Files\Debugging Tools for Windows\cdb.exe
Additional Paths: F:\Program Files\Debugging Tools for Windows\
but no way
Navigation
[0] Message Index
[*] Previous page
Go to full version