Gets or sets the value specifying whether to compile code with debugging support.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
public bool CompileForVertexDebugging { get; set; }
Public Property CompileForVertexDebugging As Boolean
Get
Set
public:
property bool CompileForVertexDebugging {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
If true, vertex code will be compiled with no code-level optimizations and a PDB will be generated.
Also, the query execution job look for and include the PDB associated with every DLL resource
that is part of the submitted job.
The default is false.
Reference