Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Console Input Termination Issue

Hi

 

Linux and Mac users at our site have experienced issues with terminating the console input by sending EOF (ctrl + d). There used to be a workaround by unchecking the “Connect process input and output to terminal” option in the run configuration, but this seems to be gone, or let’s say missing in the CMainTab2 (Checked in 8.8 RC2a and Master).

 

As an effect we have the launched executable hang while reading from console (e.g. std::cin >> c) in an unrecoverable state – no further input is sent, but the read operation does not fail either. The application has to be terminated.

It works on Windows with ctrl+z though.

 

Does anybody have a clue whether there is another workaround or an option to configure this?

 

Kind Regards

Thomas


Back to the top