User forums > Help

Codeblocks integrate with Visual Toolkit 2003

<< < (4/5) > >>

rennie84:
squizz, I followed that, and the debugger seems to run, but it doesnt actually run my program :( Here is the debugger output:

Selecting target: Debug
Compiling: done
Adding source dir: D:\Source\snn\
Adding source dir: D:\Source\snn\
Adding file: snn.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

And then it just finishes. Am I missing something?

squizzz:
@rennie84 - right click on your project (project tree), click Build options and check if "Produce debugging symbols" (or similar - I don't use visual toolkit...) is checked. If it is not, check it and rebuild whole project and then try to debug again.
If this doesn't help, please post more details (version of C::B & operating system you use), so someone who actually uses Visual Toolkit can help you.

rennie84:
Yeah I tried that to no evail :p

Im using the latest nightly build with DMD as the compiler - Im actually using Code::Blocks for a D project.

Ive pointed the Debugger to dbc.exe from the Platform SDK.

The problem seems to be that my program isnt actually getting launched by the debugger :(

killerbot:
only GDB and CDB as debuggers are supported !

rennie84:
oops sorry thats what I meant - im using cdb.exe

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version