LaunchDebugger
Gets or sets a value indicating whether the JIT debugger should be launched before executing the test.
The default value is false
. To enable this option in a test, add this comment to your test file: // @LaunchDebugger
.
Declaration
public bool? LaunchDebugger { get; set; }
Property Value
Type | Description |
---|---|
bool? |