LabVIEW Shortcut Menu Plug-Ins

cancel
Showing results for 
Search instead for 
Did you mean: 

quick debug settings.llb

Author: smithd (NI)

Allows you to view and change debug/reentrancy settings from the block diagram. Right now it works for only one at a time but if there is interest I may make a multi-vi editor.

view.png

Selecting an option will fix it to meet your needs (ie its not like the dialog -- if you select enable inlining it will adjust all the settings to make that work).

Attachement is saved in LabVIEW 2015. For install instructions, go here.

Edit 8/19: Fixed issue reported in comments. Apparently one needs to change inlining to off, save the function, then change reentrancy settings. Doing it in a single property node doesn't seem to work.

Comments
jtagg
Active Participant
Active Participant
on

When selecting multiple subVIs, it still shows this plugin in the menu, but it's not clear which one it will act on. I'm fine if it's not a multi-object plugin, but it shouldn't appear in that case.

I've also noticed that after changing options a few times, I cannot set any VI back to non-reentrant. I think it has to do with setting it to inlining.

Otherwise I particularly like that the menu entry shows the current state of the options.

smithd
Active Participant
Active Participant
on

apparently you have to set inlining off first then change reentrancy 😕

fixing now

as for the multi-select, you're right. I disabled that for now. If I ever get around to making a multi-editor I'll reenable

Contributors