How to use debug in CodeBlocks?

May 8, 2017 at 8:17am
How can I learn to use Debug in Codeblocks? I need a tutorial or a website where I can learn the Debug using this program. Any advice would be appreciated.

Thank you in advance.

PS: I'm not sure if this is the right place to post this. My apologizes if is not.
Last edited on May 8, 2017 at 8:18am
May 8, 2017 at 8:40am
You do realize it's 2017 right? Google and youtube exists. Use them.

I literally just typed "debugging in codeblocks" On youtube, and got multiple video tutorials on how to debug using codeblocks.

https://www.youtube.com/results?search_query=debugging+in+codeblocks
May 8, 2017 at 8:46am
I know it but maybe you know a recommended tutorial.
May 8, 2017 at 8:58am
From what Ive seen debugging in codeblocks and visual studio is very similar. This debugging series is very good, although they specifically use visual studio, you should be fine though. You could watch it to learn how to think when debugging etc. Then a codeblocks specific debugging video just to learn where the buttons are and so on.

https://www.youtube.com/playlist?list=PLHJE4y54mpC4lnCrwbEssAf9e-A9U4el4
May 9, 2017 at 10:06am
Thank you for your help. Sorry for the question, my Debug was not working because of an issue with the compiler but I downloaded CodeBlocks again and setup the compiler / debugger correctly. Now is working.
Topic archived. No new replies allowed.