diff options
author | Christoph Schulthess | 2017-05-02 11:53:20 +0200 |
---|---|---|
committer | Christoph Schulthess | 2017-05-02 11:53:20 +0200 |
commit | f165a54dcb66ab5e13b481fa85e2dfbefcfb3f84 (patch) | |
tree | 8ff6fc3acb76a0b46fdc828c2c94e76f25d3b957 | |
parent | test (diff) | |
download | pvs2-remote-debugging.tar.gz pvs2-remote-debugging.tar.xz pvs2-remote-debugging.zip |
testremote-debugging
-rw-r--r-- | src/client/toolbar/toolbar.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 514e90c..cc44468 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -502,12 +502,9 @@ 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("xterm"); } else { this->runDbg.kill(); } - qDebug() << "state: " << this->runDbg.state(); - qDebug() << "error: " << this->runDbg.errorString(); } void Toolbar::onDbgFinished() |