summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 11:09:08 +0200
committerChristoph Schulthess2017-05-02 11:09:08 +0200
commitaed7ef7c29b258969608f10df6ea56a133065389 (patch)
tree6ca4256f285bee467d883bd499554040e30bc559
parenttest (diff)
downloadpvs2-aed7ef7c29b258969608f10df6ea56a133065389.tar.gz
pvs2-aed7ef7c29b258969608f10df6ea56a133065389.tar.xz
pvs2-aed7ef7c29b258969608f10df6ea56a133065389.zip
test
-rw-r--r--src/client/toolbar/toolbar.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 4374161..c6de504 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -501,7 +501,8 @@ 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() << "/opt/openslx/remotedebug/startdebug_noxterm.sh");
+ this->runDbg.start("/bin/sh", QStringList() << "xterm" << "-h")
} else {
this->runDbg.terminate();
}