VeriStand .NET API Reference

Compiler.IsDebuggable Property

Gets whether the compiled instance was built with information necessary for debugging.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public ReadOnly Property IsDebuggable As Boolean
C#
public bool IsDebuggable { get; }
Visual C++
public:
property bool IsDebuggable {
	bool get ();
}

Property Value

true (True in Visual Basic) if the compiled instance is debuggable.

See Also