Hi,

Currently I am using Notepad as my editor, and Dev-C++ for compiling purposes only. However, I noticed that Dev-C++ can be used as an editor as well. I find it much easier to read the code on Dev-C++ due to the various color displays representing different functions, comments etc.

However, when I attempt to debug the codes, I am unable to use breakpoint debugging. I wish to use breakpoint debugging, and the watch function to check for changes in a variable's value within a loop.

I read through some tutorials on forums on the net and was unable to find an answer to this. If I cannot be able to perform breakpoint debugging on Dev-C++, I was thinking of setting up Quincy as my primary editor/ compiler.

Any tips on how to perform breakpoint debugging on Dev-C++?

Thanks,

Thileepan