From 8ef5531c7dc47f5cd29e6b0bcc8a8effd006fe5a Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Tue, 2 May 2017 11:11:07 +0200 Subject: test --- src/client/toolbar/toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 205f5c2..404a875 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -502,7 +502,7 @@ void Toolbar::onBtnCustom() const bool on = _ui->btnCustom->isChecked(); if (on) { //this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh"); - this->runDbg.start("/bin/sh", QStringList() << "xterm" << "-h"); + this->runDbg.start("/bin/sh", QStringList() << "xterm" << "-hold"); } else { this->runDbg.terminate(); } -- cgit v1.2.3-55-g7522