Code Analyzer

Located in the Visual FoxPro Tools\Analyzer folder, Analyzer.app provides a way to dynamically trace the structure and symbols in Visual FoxPro application files. Code Analyzer provides visual controls, a menu, and keyboard options to navigate through application file code by using output from the Documenting Wizard.

 CopyCode imageCopy Code
DO HOME( ) + 'tools\analyzer\analyzer' WITH 'DocWizTargetDirectory'

Parameters

DocWizTargetDirectory

Specifies the name of the Documenting Wizard target directory.

Remarks

The Symbols Tab provides access to all the user symbols in the open code document. The Hierarchies Tab provides display of either the calling tree hierarchy or the class hierarchy of your program.

See Also


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