09-21-2010 01:37 PM
I understand that you can enable the debug option when you compile the exe. However, I want to know what kind of debugging tools are available when I debug my exe. Can I step through the exe one step at a time? Can I view the BD and probe the wire when the exe run? What tools are available for debugging an exe?
Yik
09-21-2010 01:48 PM - edited 09-21-2010 01:49 PM
From the LabVIEW Help (Fundamentals -> Organizing and Managing a Project -> Using Build Specifications -> Debugging Applications and Shared Libraries, or just from searching for "debugging" and then selecting the "stand-alone applications" sub-item):
You can debug stand-alone applications and shared libraries that you create with the Application Builder.
![]() |
Note The LabVIEW Professional Development System includes the Application Builder. If you use the LabVIEW Base Package or Full Development System, you can purchase the Application Builder separately by visiting the National Instruments Web site. |
Complete the following instructions to debug a stand-alone application or shared library.
![]() |
Note When you debug applications and shared libraries, you cannot debug reentrant panels that an Open VI Reference function creates. You also cannot debug reentrant panels that are entry points to LabVIEW built shared libraries. |
![]() |
Note If you are debugging using a custom probe that uses a Call Library Function Node on a shared library that was not built with the application or shared library you want to debug, you must place the shared library in the same directory as the application or shared library you want to debug. |
09-21-2010 01:48 PM
A simple search of 'exe debug' turned up this.