10-25-2010 03:41 PM
hello!
I am trying to use the Visual C++ studio 2008 to run my labview build file in debug mode.
When i click run, my breakpoints are not hit and its apparent that the "binary was not built with debug information" appears next to my labview .exe file.
I have built my labview file with the option "enable debug"
10-25-2010 10:12 PM
I don't know if there is any way to set up a LabVIEW .exe to be debugged with Visual C++. I doubt it since LabVIEW is not written in C++.
What I can tell you is that the "enable debug" option has nothing to do with C++ and is purely a LabVIEW entity. When you enable that option, it saves the block diagram inside the .exe and allows you to use the Operate / Connect to Remote Panel option to connect to the .exe and watch the operation of the block diagram in the same manner as if you were doing your debugging in the development environment.