I installed Code :: Blocks 13.12 on Ubuntu 14.04 through the official repositories. When I compile, everything goes well. But when I debug, the following message is displayed on the strip:
warning: GDB: failed to install control terminal: operation is not allowed
And the program runs to the point of interruption, but when the next lines are executed, nothing else is displayed.
Does anyone know how to fix this?
Thanks in advance.
PD: I installed the latest version of GDB (the one that is in the repositories). I also tried using linux terminal instead of code blocks shown.
source share