Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: smallB on November 06, 2011, 10:57:40 am

Title: Can I plug in microsoft's debugger to cb?
Post by: smallB on November 06, 2011, 10:57:40 am
Can I use MS's debugger within cb?
Title: Re: Can I plug in microsoft's debugger to cb?
Post by: MortenMacFly on November 06, 2011, 11:00:30 am
Can I use MS's debugger within cb?
Yes.
Title: Re: Can I plug in microsoft's debugger to cb?
Post by: smallB on November 06, 2011, 11:23:49 am
@Morten that's great news. Would you mind telling me how to set this up?
Thanks.
Title: Re: Can I plug in microsoft's debugger to cb?
Post by: oBFusCATed on November 06, 2011, 11:25:52 am
MS's debugger is only if you use Visual C++ compiler, if you use GCC there is no point it trying it. The debug symbols format is different.

If you still want to use MS's debugger search for CDB, but this is not for beginners. And it works worse than GDB.
Title: Re: Can I plug in microsoft's debugger to cb?
Post by: smallB on November 06, 2011, 11:35:07 am
@obfuscated thanks for taking the time. Such great pity. I suppose I'll use cb for coding and VS for debugging. How you organize your work? Surely you do not debug in cb?
Title: Re: Can I plug in microsoft's debugger to cb?
Post by: oBFusCATed on November 06, 2011, 11:48:50 am
I'm on Linux and I debug with C::B, but I'm using the debugger's branch.
Title: Re: Can I plug in microsoft's debugger to cb?
Post by: smallB on November 06, 2011, 02:19:38 pm
@obfuscated I also use debugger branch but it doesn't show symbols + their values and that's make it unusable for me.
Title: Re: Can I plug in microsoft's debugger to cb?
Post by: oBFusCATed on November 06, 2011, 04:08:13 pm
Hm, does it work for "int a=5", type of variables?
If it doesn't you have mis-configured something.