LabVIEW configuration file/Debugging: Difference between revisions
Appearance
m LabVIEW ini File.Debugging moved to LabVIEW configuration file.Debugging: removed ini in title. |
No edit summary |
||
Line 2: | Line 2: | ||
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 == | {{ 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 | |||
== autoProbe == | | LV4 = 6 | ||
| LV5 = 7 | |||
| LV6 = 8 | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
== showWarnings == | | 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 | |||
}} | |||
[[Category:Development Environment]] | [[Category:Development Environment]] |
Revision as of 14:12, 30 May 2007
Template:LabVIEW configuration back This is a list of LabVIEW ini File settings relating to Debugging.
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 |