I just encountered a strange behaviour of the Debugger. When having code like this:
myfunction(variable++);
By just moving the mouse pointer over the word "myfunction", the variable gets incremented!
I'm rather unexperienced with DEV-C++, so I'm not sure about this, but I suspect it's not a feature, but a bug ;)
Otti
Last edit: Otti 2015-02-14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I just encountered a strange behaviour of the Debugger. When having code like this:
By just moving the mouse pointer over the word "myfunction", the variable gets incremented!
I'm rather unexperienced with DEV-C++, so I'm not sure about this, but I suspect it's not a feature, but a bug ;)
Otti
Last edit: Otti 2015-02-14