LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to step through the code?

I have vi which is written by other. I try to step through the code,
but I can not find the button on the block diagram tool buttons.

How to enable it?
0 Kudos
Message 1 of 5
(2,889 Views)
Go to "File...VI properties...Execution" and place a checkmark in "Allow debugging". (If the option is greyed out, uncheck "reentrant" first).
Message 2 of 5
(2,889 Views)
Additional note: The VI also cannot be set to "subroutine" priority if you want debugging enabled.

So:
-1- if priority is set to "subroutine", set it to "normal".
-2- If VI is set to "reentrant execution", uncheck it.
-3- check "allow debugging".

Good luck!
0 Kudos
Message 3 of 5
(2,889 Views)
Thanks,
0 Kudos
Message 4 of 5
(2,889 Views)
thanks,
0 Kudos
Message 5 of 5
(2,889 Views)