News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

what's the vs2003.net 's debugger program?

Started by hongxing, October 20, 2005, 04:38:03 AM

Previous topic - Next topic

hongxing

when debugging, it says debugger not set, please set
settings/configure plugs/compiler/problem/debugger,
I use visual studio 2003.net, what debugger is it use?

thanks!

Urxae

Quote from: hongxing on October 20, 2005, 04:38:03 AM
when debugging, it says debugger not set, please set
settings/configure plugs/compiler/problem/debugger,
I use visual studio 2003.net, what debugger is it use?

Sorry, currently Code::Blocks only supports debuging using gdb, which in turn only supports MinGW as far as I'm aware. Or at least doesn't support VS.net. You'll have to use an external debugger for now, or none at all.
Support for additional debuggers is planned, but I believe not until after v1.0 comes out.

hongxing

thans!
so  what external debugger tools to use for vs.net compiler ?

Urxae

Quote from: hongxing on October 20, 2005, 08:00:31 AM
so  what external debugger tools to use for vs.net compiler ?

Well, I've never used the vs.net compiler myself but I think the Platform SDK includes one.

mandrav

You should download "Debugging Tools for Windows" from Microsoft.
Be patient!
This bug will be fixed soon...

killerbot

interesting, but it is correct that CB can't talk with it ??

mandrav

Quote from: killerbot on October 20, 2005, 10:14:45 AM
interesting, but it is correct that CB can't talk with it ??

Yes, currently C::B only works with GDB. Support for more debuggers is planned for post-1.0.
Be patient!
This bug will be fixed soon...