Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Creating a Java Client Application: A Tutorial

   

Debugging Java Client WebObjects Applications

It can be difficult to debug Java Client WebObjects applications because these applications have a client side and a server side. Each side runs in a totally different process and in a different virtual machine (VM), so you can't debug the one side by running a debugger for the other side.

Debugging Server Code

Debugging Client Code


© 1999 Apple Computer, Inc. – (Last Updated 13 Sep 99)