LabVIEW configuration file/Debugging: Difference between revisions
Appearance
Changed Category |
No edit summary |
||
| 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 | {{ labviewconfigurationkey | ||
| Line 5: | Line 5: | ||
| example = showExePathInWindowTitle=TRUE | | example = showExePathInWindowTitle=TRUE | ||
| datatype = b | | datatype = b | ||
| 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). | | 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). | ||
| permitted_values = TRUE or FALSE | | permitted_values = TRUE or FALSE | ||
| default = FALSE | | default = FALSE | ||
| Line 72: | Line 72: | ||
| notes =None | | 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 | |||
}} | |||
[[Category:Configuration File|Debugging]] | |||
[[Category:Configuration File|Debugging]] | [[Category:Configuration File|Debugging]] | ||
Revision as of 14:31, 13 December 2013
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 | |
| 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 |