LabVIEW configuration file/Debugging

From LabVIEW Wiki
Jump to: navigation, search

This is a list of LabVIEW ini File settings relating to Debugging.

DWarnDialog

Example DWarnDialog=FALSE
Description LabVIEW displays a dialog with some details when a crash happens. [1]
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

Spacer.png Spacer.png Spacer.png Spacer.png Spacer.png Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Spacer.png

Notes

showExePathInWindowTitle

Example showExePathInWindowTitle=TRUE
Description It puts the full path of every vi in the title bar (as well as the path and version to the LabVIEW instance the vi belongs to).
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

8.x Spacer.png Spacer.png Spacer.png Spacer.png Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes

prettyExecHilite

Example prettyExecHilite=FALSE
Description Show data flow trace bubbles during execution highlighting
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

3.x , 4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None

autoProbe

Example autoProbe=FALSE
Description Show data values on wires during execution highlighting
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value TRUE
LabVIEW Versions

3.x , 4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None

showWarnings

Example showWarnings=TRUE
Description Show warnings in error box
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

3.x , 4.x , 5.x , 6.x , 7.x , 8.x

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None

massCompAll

Example massCompAll=TRUE
Description Forces Mass Compile to compile every VI
Datatype Boolean
Permitted Values TRUE or FALSE
Default Value FALSE
LabVIEW Versions

8.6.1 onwards Spacer.png Spacer.png Spacer.png Spacer.png Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes source: https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Force-Recompile-option-in-Mass-Compile/idc-p/2662843#M26036

References