Evridebug: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Checks the PLS_Toolbox installation for problems. | Checks the PLS_Toolbox installation for problems. | ||
===Synopsis=== | ===Synopsis=== | ||
:problems = evridebug | |||
:[problems,code] = evridebug | |||
===Description=== | ===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 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: | EVRIDEBUG tests for: | ||
* Missing PLS_Toolbox folders in path, | |||
* Multiple versions of PLS_Toolbox, | |||
* "Shadowed" files (duplicate named files), and | |||
The | * Duplicate definitions of Dataset object. | ||
The output (problems) is a cell containing the text of the problems encountered. If no problems are encountered, problems will be empty. Output (code) is a status code: | |||
:0 = no problems discovered | |||
:1 = non-fatal installation errors discovered | |||
:2 = fatal installation errors discovered | |||
Whether outputs are requested or not, the results are displayed at the command line. | |||
===Examples=== | ===Examples=== | ||
>> evridebug | |||
No PLS_Toolbox installation problems were identified. | <pre>>> evridebug | ||
No PLS_Toolbox installation problems were identified.</pre> | |||
===See Also=== | ===See Also=== | ||
[[evriinstall]], [[evriupdate]] | |||
[[evriinstall]], [[evrirelease]], [[evriuninstall]], [[evriupdate]] |
Latest revision as of 12:31, 22 February 2013
Purpose
Checks the PLS_Toolbox installation for problems.
Synopsis
- [problems,code] = 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 output (problems) is a cell containing the text of the problems encountered. If no problems are encountered, problems will be empty. Output (code) is a status code:
- 0 = no problems discovered
- 1 = non-fatal installation errors discovered
- 2 = fatal installation errors discovered
Whether outputs are requested or not, the results are displayed at the command line.
Examples
>> evridebug No PLS_Toolbox installation problems were identified.