Jump to content

LabVIEW configuration file/Debugging: Difference between revisions

From LabVIEW Wiki
Crelf (talk | contribs)
New page: This is a list of LabVIEW ini File settings relating to Debugging. == prettyExecHilite == Example: <code>prettyExecHilite=FALSE</code><br/> Description: Show data flow trace bubbles durin...
 
Add DWarnDialog
 
(15 intermediate revisions by 7 users not shown)
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.


== prettyExecHilite ==
{{TOCright}}
Example: <code>prettyExecHilite=FALSE</code><br/>
Description: Show data flow trace bubbles during execution highlighting<br/>
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
Default Value: <code>TRUE</code><br/>
LabVIEW Versions: 7.1, 8.x<br/>
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
Notes: None<br/>


== autoProbe ==
{{ labviewconfigurationkey
Example: <code>autoProbe=FALSE</code><br/>
| keyname = DWarnDialog
Description: Show data values on wires during execution highlighting<br/>
| example = DWarnDialog=FALSE
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype = b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description = LabVIEW displays a dialog with some details when a crash happens. <ref name="thelvlab">[https://thelvlab.wixsite.com/thelabviewlab/single-post/2017/12/21/All-the-LabVIEWini-Treasures-You-Were-Looking-For All the LabVIEW.ini Treasures You Were Looking For] (The LabVIEW Lab)</ref>
Default Value: <code>TRUE</code><br/>
| permitted_values = TRUE or FALSE
LabVIEW Versions: 7.1, 8.x<br/>
| default = FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| OS1 = w
Notes: None<br/>
| OS2 = m
| OS3 = l
}}


== showWarnings ==
{{ labviewconfigurationkey
Example: <code>showWarnings=TRUE</code><br/>
| keyname =  showExePathInWindowTitle
Description: Show warnings in error box<br/>
| example = showExePathInWindowTitle=TRUE
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype = b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| 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).
Default Value: <code>FALSE</code><br/>
| permitted_values = TRUE or FALSE
LabVIEW Versions: 7.1, 8.x<br/>
| default = FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 8.x
Notes: None<br/>
| OS1 = w
| OS2 = m
| OS3 = l
| OS4 = u
| notes =
}}
 
{{ labviewconfigurationkey
| keyname = prettyExecHilite
| example = prettyExecHilite=FALSE
| datatype =b
| description =Show data flow trace bubbles during execution highlighting
| permitted_values =TRUE or FALSE
| default =TRUE
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = autoProbe
| example = autoProbe=FALSE
| datatype =b
| description =Show data values on wires during execution highlighting
| permitted_values =TRUE or FALSE
| default =TRUE
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = showWarnings
| example = showWarnings=TRUE
| datatype =b
| description =Show warnings in error box
| permitted_values =TRUE or FALSE
| default =FALSE
| LV1 = 3
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
{{ labviewconfigurationkey
| keyname = massCompAll
| example = massCompAll=TRUE
| datatype =b
| description =Forces Mass Compile to compile every VI
| permitted_values =TRUE or FALSE
| default =FALSE
| LV1 = 8.6.1 onwards
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes = source: https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Force-Recompile-option-in-Mass-Compile/idc-p/2662843#M26036
}}
 
== References ==
<references />
 
[[Category:Configuration File|Debugging]]

Latest revision as of 09:42, 1 February 2020

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

OS's Supported

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

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

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

OS's Supported

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

References