LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stepping through an interactive VI

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

0 Kudos
Message 1 of 2
(2,031 Views)

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?

Message 2 of 2
(2,027 Views)