Jump to content

LabVIEW configuration file/Debugging: Difference between revisions

From LabVIEW Wiki
No edit summary
Changed Category
Line 1: Line 1:
This is a list of LabVIEW ini File settings relating to Debugging.
This is a list of LabVIEW ini File settings relating to Debugging.  
 
{{TOCright}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname =  showExePathInWindowTitle
| keyname =  showExePathInWindowTitle
Line 73: Line 73:
}}
}}


[[Category:Development Environment]]
[[Category:Configuration File|Debugging]]

Revision as of 12:31, 9 February 2009

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

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

OS's Supported

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

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

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

Notes None