09-19-2007 09:14 PM
09-20-2007 01:27 AM
You cannot see a VI that is being called by a Call by Reference node normally. But in highlight mode, it is possible, if the called VI is already kept open; that should not be a problem at all...
What more you can do is, since you know the path of the Vi being called, you can even open it & put breakpoint inside it and then run the MainVI. This should make it to enter into the Vi being called & stop there due to the BP. Now, you can switch on the highlight mode in that VI & start to debug it & fix the problem.
Repost here if you ve further doubts or queries.
09-20-2007 07:53 AM
I put the break point and was still not able to see the VI running. It is as if the VI being called executes without being run (as strange as that sounds).
Jonathan
09-21-2007 08:10 AM
09-21-2007 10:09 AM
09-21-2007 10:14 AM