LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

where is the call stack in lv?

Guys,

 

Where is the call stack in LV?  During debugging process my code is jumping all over the places, it would be nice to see where is the current path of execution so I can better track myself.  thanks

0 Kudos
Message 1 of 3
(2,911 Views)
You're probably looking for Call Chain. It's in the Programming->Application Control palette.
0 Kudos
Message 2 of 3
(2,901 Views)

You can also get this information whenever a VI is paused, either because you're single-stepping through your code, or if you've hit a breakpoint. While paused on a VI, you'll see a drop-down list on the block diagram toolbar that will indicate exactly where your VI is in the hierarchy for this particular call. Click on the drop-down list to see the full "stack".

 

Message Edited by Jarrod S. on 12-26-2008 11:14 AM
Jarrod S.
National Instruments
Download All
Message 3 of 3
(2,896 Views)