Ned options: Difference between revisions
Appearance
Mefistotelis (talk | contribs) initial page |
Mefistotelis (talk | contribs) using |
||
Line 1: | Line 1: | ||
''Ned, the friendly configuration manager'' is a debug feature of [[LabVIEW]] in form of a window with list of options. The private, internal set of settings available on that list allow changing various aspects of LabVIEW inner mechanisms. | '''Ned, the friendly configuration manager''' is a debug feature of [[LabVIEW]] in form of a window with list of options. The private, internal set of settings available on that list allow changing various aspects of LabVIEW inner mechanisms. | ||
== Enabling Ned Options == | == Enabling Ned Options == | ||
Line 10: | Line 10: | ||
* Open your VI | * Open your VI | ||
* Press CTRL+SHIFT+D+N. On Mac, use the command key instead of CTRL. This will open the Ned Options window. | * Press CTRL+SHIFT+D+N. On Mac, use the command key instead of CTRL. This will open the Ned Options window. | ||
== Using Ned Options == | |||
Clicking once on a option will switch it, cycling through two or more values. | |||
[[Category:Debugging]] | [[Category:Debugging]] |
Revision as of 19:23, 10 June 2020
Ned, the friendly configuration manager is a debug feature of LabVIEW in form of a window with list of options. The private, internal set of settings available on that list allow changing various aspects of LabVIEW inner mechanisms.
Enabling Ned Options
Like Heap Peek, Ned Options keyboard shortcut is by default disabled in fresh installations of LabVIEW. To enable it:
- Close LabVIEW
- Put the key "LVdebugKeys=True" in your LabVIEW configuration file
Then, to trigger the Ned Options window:
- Open your VI
- Press CTRL+SHIFT+D+N. On Mac, use the command key instead of CTRL. This will open the Ned Options window.
Using Ned Options
Clicking once on a option will switch it, cycling through two or more values.