Click or drag to resize
weroSoft AG, Software
ProcessTestDebugger Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

Note: This API is now obsolete.

Defines the possible values the external tests are configured for using the debugger.

Namespace:  WeroSoft.ProcessManagement.Automation
Assembly:  WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
[ObsoleteAttribute("This functionality is no longer supported.", true)]
public enum ProcessTestDebugger
Members
  Member nameValueDescription
Dynamic0 Launches the debugger dynamically.
Always1 Configures the external tester to always attach the debugger.
Never2 Switch debugger always off.
See Also