12-26-2008 10:38 AM
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
12-26-2008 10:55 AM
12-26-2008 11:12 AM - edited 12-26-2008 11:14 AM
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".