Gets or sets a value indicating whether to generate debug info.

Namespace: Cudafy.Compilers
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public bool GenerateDebugInfo { get; set; }
Visual Basic
Public Property GenerateDebugInfo As Boolean
	Get
	Set
Visual C++
public:
property bool GenerateDebugInfo {
	bool get ();
	void set (bool value);
}

Field Value

true if generate debug info; otherwise, false.

See Also