GBD warning terminal not appearing

CodeLite installation/troubleshooting forum
Al99
CodeLite Curious
Posts: 1
Joined: Sun Sep 23, 2018 7:58 pm
Genuine User: Yes
IDE Question: c++
Contact:

GBD warning terminal not appearing

Post by Al99 »

I am compiling some code a string class and a main file and there is no errrors but some fpermissive warnings in the code, the terminal never opens when i hit build and run but when i hit start debugger and build and debug then the window comes up and it says "&warning GDB failed to set controlloing terminal Operation not permitted" then it shows the text of the program then disappears. How can I make the window appear on build and run and stay on start debugger thanks.
xthunderheartx
CodeLite Enthusiast
Posts: 10
Joined: Thu Feb 01, 2018 7:53 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: GBD warning terminal not appearing

Post by xthunderheartx »

This is normal behavior. Put a breakpoint right before main exits or a delay. The program is completing and exiting which closes the terminal window. The lame-o GDB warning can be safely ignored.

-Dallas
Post Reply