I have a VI running that calls many subVIs (nonsequentially).  
For debugging, is there a way to perform a trace type action, that will indicate all of (sub)VIs that are currently executing?  
I.e., how can I determine, without turning on "Highlight Execution" what part of the code is currently being executed?  
Within LabVIEW, is there something akin to C++ tracing and logging, or perhaps like Windows Task Manager that lists VI processes within LabVIEW?  
 
Thank you.