AllowDebugging Property

LabView ActiveX Properties and Methods

AllowDebugging Property

Installed With: Base Package

Class: VI Properties (ActiveX)

If TRUE, you can use debugging tools on the VI. Set this property to FALSE to reduce memory requirements and to improve performance slightly for the VI.

You cannot debug a reentrant VI.

Note  Writing 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 breakpoints and single-step through the VI. Writing FALSE removes this code and data, reducing the total size of the VI.

Syntax

object.AllowDebugging

Data Type

Boolean