RunDebug Method
Description
Runs the open test or business component in debug mode and creates results in the specified file or ALM path.
Syntax
Visual Basic
Public Sub RunDebug( _
   Optional ByVal ResultsOptions As RunResultsOptions = 0, _
   Optional ByVal WaitOnReturn As Boolean = True, _
   Optional ByVal Parameters As Parameters = 0 _
) 
Parameters
ResultsOptions
WaitOnReturn
Parameters
Remarks
Note: When you run a test or business component using automation, the test stops at all breakpoints inserted in the test.
See Also