Additional Information
Troubleshooting compiled executable filesWinDbg can also be used to troubleshoot exceptions that occur in LabVIEW-built executables. As opposed to attaching WinDbg to the LabVIEW.exe process as used as example above, you can attach the debugging tool to your custom application. This diagnostic information can often be used by
NI Support to analyze areas of the LabVIEW Run-Time System, much like the Development Environment.
Alternate MethodsAn alternative method for unresponsive software, that hangs instead of crashing, is available for Windows 7 and later: Open Windows' Task Manager, and can
right-click the LabVIEW.exe process, then choose
Create Dump File to create this dump file.
If your are using and 64-bit operating system and 32-bit NI Software, you need to launch the 32-bit version of Task Manager, normally stored in the following location:
C:\Windows\SysWOW64\taskmgr.exeWindows XP and olderIn Windows XP and previous, the Dr. Watson tool can also be used to provide supplemental crash information. However, NI recommends using the WinDbg tool in most cases.