_COVERAGE System Variable

Contains the name of the Visual FoxPro application that creates the Debugger coverage and profiler output.

_COVERAGE = cProgramName

Parameters

cProgramName

Specifies a coverage output application. If your coverage output application is in a directory other than the current Visual FoxPro default directory, include a path with the application name.

You can also specify a coverage output application in your Visual FoxPro configuration file by including a line using this syntax:

 CopyCode imageCopy Code
_COVERAGE = cProgramName

Expand imageRemarks

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic