LabVIEW configuration file/Debugging: Difference between revisions
Appearance
No edit summary |
Add DWarnDialog |
||
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}} | {{TOCright}} | ||
{{ labviewconfigurationkey | |||
| keyname = DWarnDialog | |||
| example = DWarnDialog=FALSE | |||
| datatype = b | |||
| 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> | |||
| permitted_values = TRUE or FALSE | |||
| default = FALSE | |||
| OS1 = w | |||
| OS2 = m | |||
| OS3 = l | |||
}} | |||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = showExePathInWindowTitle | | keyname = showExePathInWindowTitle | ||
Line 15: | Line 29: | ||
| notes = | | notes = | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = prettyExecHilite | | keyname = prettyExecHilite | ||
Line 34: | Line 49: | ||
| notes =None | | notes =None | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = autoProbe | | keyname = autoProbe | ||
Line 53: | Line 69: | ||
| notes =None | | notes =None | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = showWarnings | | keyname = showWarnings | ||
Line 72: | Line 89: | ||
| notes =None | | notes =None | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = massCompAll | | keyname = massCompAll | ||
Line 87: | Line 105: | ||
}} | }} | ||
== References == | |||
<references /> | |||
[[Category:Configuration File|Debugging]] | [[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 | |
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 | |
OS's Supported | |
Notes | source: https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Force-Recompile-option-in-Mass-Compile/idc-p/2662843#M26036 |
References
- ↑ All the LabVIEW.ini Treasures You Were Looking For (The LabVIEW Lab)