Can't launch app into terminal window
-
I'm working with Qt Creator on AlmaLinux 9. I have a console app that when I launch it, the output appears correctly in the Application tab. However, I want it to run in it's own terminal window.
If I check the Run In Terminal option, then when I run the app from Qt Creator the terminal window never appears, and the app stops immediately (in debug or normal mode run). I installed xterm (based on other posts) but it didn't make a difference. I tried setting a breakpoint on the first line in main, but it never gets there.
If I run the compiled app from the command line (in a bash shell) it runs fine.
Why is my app not starting in a terminal window?