|
|
|
The Log - Immediate/Debug Window is an extremely useful window for testing out StampPlot and for analysis.
Immediate CLI wait a few seconds... Notice when you paste, instructions are separated by a (CR) indicating a carriage return. By holding down shift while pressing enter you can force (CR)'s also. Also, using your up/down arrow keys will cycle back through the prior 10 entries. Log Filters The check boxes allow certain type of data to be monitored as it is processed:
Dump Var/Markers This button will dump all variable data markers and values and all Plot Objects and current values. This may be performed in code using !DUMP also. Plot mode or Terminal
Errors and DEBUG Errors in processing will be listed. Though the error messages are not 100% perfect sometimes, it will give you a general feel for what may be a problem in data formats. Data may be listed directly in the Debug form by using the !DBUG
instruction.
|