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


Table of Contents Previous Section

Debugging Objective-C

If all or part of your application is written in Objective-C, you can use the gdb debugger in Project Builder. For more information on debugging an Objective-C application with Project Builder, see Project Builder's online help.

If your application contains WebScript code as well as Objective-C code, you debug the WebScript portion using debugWithFormat: and WOApplication trace statements as described in "Debugging Techniques," below.

Table of Contents Next Section