MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsLaunch­Debugger
Open sandboxFocus

TestOptions.LaunchDebugger Property

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 Nullable<bool> LaunchDebugger { get; set; }
Property Value
Type Description
Nullable<Boolean>