mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fix attaching debugger using pid.
This commit is contained in:
parent
95879d4835
commit
fe3a93cce0
@ -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]() {
|
||||||
|
Loading…
Reference in New Issue
Block a user