Debugging a WebObjects Application
This chapter describes how to debug WebObjects applications. Most WebObjects applications are written in WebScript. There are no debuggers that can debug your WebScript code, but there are a few methods provided in the WebObjects classes that can help you locate bugs in your application.
Debugging WebScript
Debugging a Compiled Application
First Section