Fix attaching debugger using pid.

This commit is contained in:
Kārlis Seņko 2021-03-31 19:01:39 +03:00 committed by Florian Märkl
parent 95879d4835
commit fe3a93cce0

View File

@ -1764,7 +1764,7 @@ void CutterCore::attachRemote(const QString &uri)
} }
// connect to a debugger with the given plugin // connect to a debugger with the given plugin
asyncCmd("e cfg.debug = true; oodf " + uri, debugTask); asyncCmd("e cfg.debug=true; oodf " + uri, debugTask);
emit debugTaskStateChanged(); emit debugTaskStateChanged();
connect(debugTask.data(), &RizinTask::finished, this, [this, uri]() { connect(debugTask.data(), &RizinTask::finished, this, [this, uri]() {