User | Kudos |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |
When developing, debugging, and optimizing code, I see myself constantly switching between debugging enabled and disabled. Most of my polished VIs have debugging disabled, but when developing a new project, I would like it enabled initially, e.g. to place a probe or use execution highlighting. This switching is currently tedious (VI properties...execution...allow debugging).
I would prefer if this configuration would be moved out of the "VI properties" and directly to the toolbar.
It could be implemented as a collapsible menu, similar to e.g. the current search bar. I assume that the switch involves a recompilation, but I've never seen any noticeable delay when switching between modes so I think it would be OK. (Of course switching over should not be possible when the VI is running.)
It is also less confusing to the new programmer who might receive a VI that has debugging disabled. Currently it might not be obvious why certain buttons are missing.
Here's a very rough draft how it could look like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.