Debugging Workflow
Scenario 1. Flowchart cannot be executed
- Look for nodes highlighted in red in the Flowchart.
- Look for Procedure Lines highlighted in red in the Procedure.
- Read the error messages in the Console and check the Help Viewer of the function to figure out the bug.
- Replace the incorrect Procedure Lines or inputs to fix the bug.
Scenario 2. Flowchart can be executed but the returns are not desired
- Use Terminate to discover the Procedure Lines causing the bug.
- Check the Help Viewer of the function and study example files with in the Gallery to figure out possible misconceptions and workflows mistakes causing the bug.
- Replace the incorrect Procedure Lines or inputs to fix the bug.