diff --git a/src/bin/debug/strace/strace.cpp b/src/bin/debug/strace/strace.cpp index 1c5ac6b440..3928ae83de 100644 --- a/src/bin/debug/strace/strace.cpp +++ b/src/bin/debug/strace/strace.cpp @@ -815,8 +815,8 @@ main(int argc, const char *const *argv) exit(1); } - // resume the target thread to be sure, it's running - resume_thread(threadID); + // resume the target thread to be sure it's running + continue_thread(nubPort, threadID); } thread_id currentThreadID = -1;