09-15-2010 09:58 AM
How do I debug an executable? I have a program that works fine if I run the VI directly, but when I run the exe, it doesn't behave properly.
Yik
09-15-2010 10:14 AM
Yik, it's pretty simple - the following will walk you through the process:
Remotely Debugging Executables in LabVIEW
Essentially make sure debugging is enabled when you build the exe, then connect to it using Operate > Debug Application or Shared Library from the LV menu.
Cheers,