Qt Creator inside terminal loop <PAUSE>
-
Need to pause Qt Creator inside terminal
If I need to pause the same in Ubuntu I use ctrl + s
how to proceed in Qt ? -
Need to pause Qt Creator inside terminal
If I need to pause the same in Ubuntu I use ctrl + s
how to proceed in Qt ?@JacobNovitsky Check "Run in terminal" in project settings, then you will get a terminal when your app starts and in this terminal you can use Ctrl-S as usual.
-
You can run the application by clicking on "Debug" (even if you are running a release version). You will then find a pause button. Not the best solution, but it would work.