Community
Participate
Working Groups
}
public String getPtyName() {
return fPty.getSlaveName();
if ( fPty != null ) {
else {
return null;
@DsfServiceEventHandler
boolean useTerminal = fLaunch.getLaunchConfiguration().getAttribute(ICDTLaunchConfigurationConstants.ATTR_USE_TERMINAL, true);
if (useTerminal) {
String pytName = fCommandControl.getPtyName();
if ( pytName != null ) {
fCommandControl.queueCommand(
new MIInferiorTTYSet(fCommandControl.getControlDMContext(), fCommandControl.getPtyName()),
new MIInferiorTTYSet(fCommandControl.getControlDMContext(), pytName),
new DataRequestMonitor<MIInfo>(getExecutor(), requestMonitor));
requestMonitor.done();
} else {