I am using Code::Blocks to write and compile standard C (not C++) programs.
While I am debugging a program, being it paused, if I hover the mouse on a variable name, I can see its value. I want it to stay so.
However, if I hover on a name while I am editing the program, a small pop-up tells me about the variable features. I want to be rid of this behavior. Any hints on how to do that?
Thanks.