RAD Studio
ContentsIndex
PreviousUpNext
Testing and Debugging the Active Server Page Application

Debugging any in-process server such as an Active Server Object is much like debugging a DLL. You choose a host application that loads the DLL, and debug as usual.

To test and debug an Active Server Object,

  1. Turn on debugging information using the Compiler tab on the ProjectOptions dialog box, if necessary. Also, turn on Integrated Debugging in the ToolsOptionsDebugger Options dialog.
  2. Choose RunParameters, type the name of your Web Server in the Host Application box, and choose OK.
  3. Choose RunRun.
  4. Set breakpoints in the Active Server Object implementation.
  5. Use the Web browser to interact with the Active Server Page.
The debugger pauses when the breakpoints are reached.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!