RAD Studio
ContentsIndex
PreviousUpNext
Debugging Server Applications

Debugging Web server applications presents some unique problems, because they run in response to messages from a Web server. You can not simply launch your application from the IDE, because that leaves the Web server out of the loop, and your application will not find the request message it is expecting. 

The following topics describe techniques you can use to debug Web server applications:

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