Inherits from VI Properties.
Specifies if debugging will be allowed on the VI.
![]() | Note Changing this property causes the VI to be recompiled. Writing true causes extra code and data to be generated for the VI. This code and data enables LabVIEW to set break points and single-step through the VI. Writing false removes this code and data, reducing the total size of the VI. |
The following table lists the flags for this property.
Is settable when the VI is running | No |
Requires the block diagram to be loaded | No |
Is available on local LabVIEW only | No |
Requires the front panel to be loaded | No |
Must wait until user interface is idle | No |
Is available with control VIs | No |
Is available with global VIs | No |
Is available with strict type definitions | No |
Is available with polymorphic VIs | No |
Available in Run-Time Engine | Yes (Read Only) |
Permissions | WriteInEditOnly |