Evridebug: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
imported>Scott
Line 1: Line 1:
===Purpose===
===Purpose===


Line 14: Line 13:
EVRIDEBUG tests for:
EVRIDEBUG tests for:


  \* Missing PLS_Toolbox folders in path,
* Missing PLS_Toolbox folders in path,
 
* Multiple versions of PLS_Toolbox,
  \* Multiple versions of PLS_Toolbox,
* "Shadowed" files (duplicate named files), and
 
* Duplicate definitions of Dataset object.
  \* "Shadowed" files (duplicate named files), and
 
  \* Duplicate definitions of Dataset object.


The single output problems is a cell containing the text of the problems encountered. If no problems are encountered, problems will be empty.
The single output problems is a cell containing the text of the problems encountered. If no problems are encountered, problems will be empty.

Revision as of 23:06, 7 October 2008

Purpose

Checks the PLS_Toolbox installation for problems.

Synopsis

problems = evridebug

Description

EVRIDEBUG runs various tests on the PLS_Toolbox installation to assure that all necessary files are present and not "shadowed" by other functions of the same name. This utility should be run if you experience problems with the PLS_Toolbox.

EVRIDEBUG tests for:

  • Missing PLS_Toolbox folders in path,
  • Multiple versions of PLS_Toolbox,
  • "Shadowed" files (duplicate named files), and
  • Duplicate definitions of Dataset object.

The single output problems is a cell containing the text of the problems encountered. If no problems are encountered, problems will be empty.

Examples

>> evridebug

No PLS_Toolbox installation problems were identified.

See Also

evriinstall, evriupdate