Ned options: Difference between revisions
Appearance
Mefistotelis (talk | contribs) using |
Mefistotelis (talk | contribs) tag |
||
Line 16: | Line 16: | ||
[[Category:Debugging]] | [[Category:Debugging]] | ||
[[Category:LabVIEW internals]] |
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.