01-14-2012 11:31 AM
In my project I'm trying to probe the error terminals of a bunch of reentrant VIs, however, when executed, the original VIs do not present the errors in the called clones. Is there a way to open the block diagrams of individual clones and insert breaks and probes?
Solved! Go to Solution.
01-14-2012 11:57 AM
In modern LV versions (>~8.2), yes.
First, if you place a breakpoint in the original VI before running, it will apply to all the clones (and then you can add probes).
Second, you can double click the VI in the diagram once the code is running and it will open that specific clone.
Note that you will need to have the debugging enabled checkbox checked for the VI, but since that is the default, it's probably still like that.
01-14-2012 12:42 PM
Perfect, thank you!