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.
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.
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.