Author Topic: How to remove execution related text from output window of codeblocks?  (Read 2538 times)

swarupsomanna

  • Guest


I am using code::blocks for programming in C. When I compile my program and execute it, the output window (i.e.. Windows Command prompt) displays some execution related text, these texts are not of use to me right now and dont want them to appear(see image below).
I tried to change the settings in codeblocks but couldn't find any settings related to the output window and also I dont want the text "Press any key to continue" to appear. These texts appear only if I run the program through codeblocks and doesn't appear if I directly run the program.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
These are coming from the cb_console_runner tool.
Why do they bother you?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
You can try to remove the Project->Properties->Build targets->Pause when execution ends tick