mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Give our threads debugger-friendly names
This commit is contained in:
@@ -713,6 +713,7 @@ void PythonShell::on_runScript_clicked()
|
||||
});
|
||||
});
|
||||
|
||||
thread->setName(lit("Python script"));
|
||||
thread->selfDelete(true);
|
||||
thread->start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user