Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: userx-bw on December 22, 2013, 11:28:05 pm

Title: how do I get the debugger to even work?
Post by: userx-bw on December 22, 2013, 11:28:05 pm
I just install Code::Blocks and I have a C program in it and I need to step through it, but when I look at the menu bar under debugging all I have are the options for debugging windows and the other two under it. I am using GCC so I guess GDB is my debugger and I am like I have no idea what to do new to this, like a naked baby in the woods lost.

I selected the options in to put debugging into the code, other then that it is the standard install.
how do I get the debugger to work, or is it because it is a C program and not a C++ it is not working?
Title: Re: how do I get the debugger to even work?
Post by: oBFusCATed on December 22, 2013, 11:48:27 pm
Have you read this: http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks
Title: Re: how do I get the debugger to even work?
Post by: userx-bw on December 23, 2013, 12:38:14 am
how come when I Googled Codeblocks I didn't get that? lol thanks -- I see I needed to make an empty project then brought my file into it. now to figure out the rest of it .. woo hoo