01-20-2011 02:47 PM
I am trying to step through a complicated User input VI (with tabs) which has event handlers in it. At one point while single stepping one of the tabs comes to the front to accept entry. After I enter data a click OK things seem to hang. Neither the front panel nor the block diagram respond.
Is there a methodology or some setups I could use so I can work through this VI?
thanks,
jvh
01-20-2011 02:54 PM
Does it work correctly if you are not single stepping?
It is possible that the event locks the front panel until it completes, which weill never happen in single stepping. Change that in the event configurations and see if things improve.
How about running in highlight execution mode?