DryadLinqContextCompileForVertexDebugging Property DryadLINQ documentation
Gets or sets the value specifying whether to compile code with debugging support.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public bool CompileForVertexDebugging { get; set; }

Property Value

Type: Boolean
Remarks

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.

See Also

Reference