summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-03-22 17:42:13 +0100
committerChristoph Schulthess2017-03-22 17:42:13 +0100
commit5e1f01dc50def5aba040f101e81e66f649744e96 (patch)
tree20b6a18f7eedd29329e803bf2c1fda0dafc173d6
parentTesting (diff)
downloadpvs2-5e1f01dc50def5aba040f101e81e66f649744e96.tar.gz
pvs2-5e1f01dc50def5aba040f101e81e66f649744e96.tar.xz
pvs2-5e1f01dc50def5aba040f101e81e66f649744e96.zip
Testing
-rw-r--r--src/client/toolbar/toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 8c09646..896bde9 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -498,7 +498,7 @@ void Toolbar::onBtnManager()
void Toolbar::onBtnCustom()
{
//const bool on = _ui->btnCustom->isChecked();
- this->runDbg.start("xterm", QStringList() << "-e" << "/opt/openslx/remotedebug/startdebug.sh");
+ this->runDbg.start("xterm", QStringList() << "-hold" << "-e" << "/opt/openslx/remotedebug/startdebug.sh");
qDebug() << this->runDbg.state();
}