Attaches the debugger to the test process when set to true.

The default is false.

Namespace:  Gallio.MSBuildTasks
Assembly:  Gallio.MSBuildTasks (in Gallio.MSBuildTasks.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public bool Debug { private get; set; }
Visual Basic (Declaration)
Public Property Debug As Boolean

See Also