Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Spleshmen on May 24, 2009, 04:17:48 pm
-
i just installed borland c 5.5 and using it with code blocks,works wonders :) but i cant figure out how to use the debugger,can somebody please point me to the right direction?thanks
-
Not sure the debugger from borland c 5.5 is supported.
As far I can remember, borland c 5.5 is just a compiler package, not include a debugger.
I suggest you use MinGW instead.
-
i am using in school the borland c compiler (borland 3.1) so i need to work using that compiler...any other suggestions?
thanks
-
A year ago I faced the same challenge, and spent some time digging.
The closest I came to a solution is by searching for "Turbo Debugger", but I think there is a far way to have something working from codeblocks with that.
Since I have only used MinGW and Microsoft for that exact reason.
-
Ollydbg (http://www.ollydbg.de/) understands borland debugging format. On the plus side it is a real debugger.
-
thanks for the answers
is there any way i can atach Ollydbg to code::blocks?thanks
-
is there any way i can atach Ollydbg to code::blocks?
Sure: Menu -> File -> Attach