I'm on 8.1.22
Is there a way to retreive which view or project contains script running on an perspective-worker thread?
I'm on 8.1.22
Is there a way to retreive which view or project contains script running on an perspective-worker thread?
Hi @luc.martin ,
Unfortunately, there is not an easy way to tell which view or project is being referenced in the perspective worker threads. This is because the worker threads are at a base level, a stack trace of what is being called within that thread when the dump was taken, which means that what is contained within them are function calls and class names of the running process, which does not include a given thread's specific project or component calling the process.