Evaluate Problematic Procedures - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

To monitor the code's operation, use the Call Stack option.

  1. From the View menu, select Call Stack.

    The Call Stack window is displayed.

  2. Step Into/Over/Out of your code as needed. The Call Stack window lists the new procedures as they become active. Evaluate this list for correctness.
  3. Run your debugging procedures with breakpoints so you do not have to go through all lines of code. Using break mode allows you to halt the operation of a program so you can analyze its current state.
  4. Close the Call Stack window.
  5. To exit the Script Debugger window, click Exit Debugger button from the toolbar.