Code::Blocks Forums

User forums => Help => Topic started by: hongxing on October 20, 2005, 04:38:03 am

Title: what's the vs2003.net 's debugger program?
Post by: 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?

thanks!
Title: Re: what's the vs2003.net 's debugger program?
Post by: Urxae on October 20, 2005, 07:30:45 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.
Title: Re: what's the vs2003.net 's debugger program?
Post by: hongxing on October 20, 2005, 08:00:31 am
thans!
so  what external debugger tools to use for vs.net compiler ?
Title: Re: what's the vs2003.net 's debugger program?
Post by: Urxae on October 20, 2005, 08:34:49 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 (http://msdn.microsoft.com/platformsdk/) includes one.
Title: Re: what's the vs2003.net 's debugger program?
Post by: mandrav on October 20, 2005, 08:44:08 am
You should download "Debugging Tools for Windows" from Microsoft.
Title: Re: what's the vs2003.net 's debugger program?
Post by: killerbot on October 20, 2005, 10:14:45 am
interesting, but it is correct that CB can't talk with it ??
Title: Re: what's the vs2003.net 's debugger program?
Post by: mandrav on October 20, 2005, 10:38:12 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.