Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > WebObjects Developer's Guide


Table of Contents Previous Section

Debugging WebScript

To debug WebScript code, you rely on log messages and trace statements described in the section, "Debugging Techniques".

If you've written an application entirely in WebScript, you typically debug it by running NeXT_ROOT/Library/WebObjects/Executables/WODefaultApp from the Project Builder launch panel, as described in WebObjects Tools and Techniques. When you do, the output from the debugging and trace statements is displayed in the launch panel.

Table of Contents Next Section