Debugging a WebObjects Application
 
Top
 
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	
 
- Launching From the Command Line	
 
- logWithFormat:	
 
- Trace Methods	
 
- Debugging a Compiled Application	
 
 
First Section