You can check the operation of a program that you created (while you are testing or when a problem occurs) either by:
Referencing log information,
Checking the operation using the interactive debugger,
Referencing an error detected by an ISAPI subroutine, or
Referencing the data being executed in a display format
The following sections describe each of these debugging methods.