Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] When not to: Connect process input output to a terminal

Hello,
 
the CDT launch has an option to
"Connect process input output to a terminal"
 
I definitely see the point of redirecting the inferior's output.  However, I am
not clear on when we would _not_ want to do that?  Is there a use case for
wanting to have the inferior's output as part of gdb's MI output?
Maybe for remote debugging?
 
I'm asking because we are thinking of making that option mandatory
for the DSF launch.
 
Thanks
 
Marc

Back to the top