07-24-2012 10:22 PM
During debuging,I want to stop the program when a variable's value changed,does cvi have this function?
07-25-2012 12:29 AM
Yes, it is called 'Watch' expression (or watch window): You can use watch expressions to suspend program execution conditionally.
07-25-2012 02:40 AM
Thank you,I found it.