04-09-2024 01:36 AM
I have around 5-6 actors in my project and on close button press, the actors and nested actors are closed using self normal stop. Since one of the actor core has not implemented the exit sequence properly, the actors are in locked state. Is there a way to know which actor did not close properly?
Solved! Go to Solution.
04-09-2024 02:20 AM
Just two suggestions (might be helpful for you, but wasn't tested by me):
Desktop Execution Trace Toolkit Support for Actor Framework
Actor Hierarchy Inspector by justACS - Toolkit for LabVIEW
Debug mode handled inside of Actor.vi in this way, so may be you can use Debug Alias to identify which one was locked:
07-10-2024 12:39 AM
Thanks. I started using justACS toolkit for debugging.