07-16-2010 08:55 AM
Hi All,
I am building application in which I have my own operator Interface (Application.exe(source code is in VI Server. I) which is a exe built using LabVIEW in which i am basically calling another VI(Test call)through VI server concept. When run the operator interface i want the Test call to open in debugging mode(Breakpoint, Probe etc).How to run Calling VI from Development Mode can anybody have suggestions.
Please find the source code and exe.
Testcall.vi is calling VI.
VI server.vi is operator Interface.
Application.exe in build folder is the exe.
Regards,
Satya
07-19-2010 05:11 PM
I'm sure there is a better way to do this, but here is what I do...
For the VI that I am calling, I place a breakpoint at the start of its code, save it, and close it. Then I run the VI that calls that VI. When the breakpoint is hit the called VI's block diagram will pop up and it will be paused.
Does that help?