Collection Contents Index CHAPTER 19.  Debugging Java in the Database A debugging tutorial pdf/chap19.pdf

User's Guide
   PART 3. Java in the Database
     CHAPTER 19. Debugging Java in the Database       

Introduction to debugging Java


With Java in the database, you can add complex classes into your database. In order to test these classes and to fix problems with them, you can use the Sybase Java debugger.

This chapter describes how to set up and use the Java debugger.

Top of page  How the debugger works

The Java debugger is a Java application that runs on a client machine. It connects to the database using the Sybase jConnect JDBC driver.

The debugger debugs classes running in the database. You can step through the source code for the files as long as you have the Java source code on the disk of your client machine. (Remember, the compiled classes are installed into the database, but the source code is not).

Top of page  Requirements for using the Java debugger

You need the following in order to use the Java debugger:

Top of page  What you can do with the debugger

You can carry out many tasks with the Sybase Java debugger, including the following:

Top of page  

Collection Contents Index CHAPTER 19.  Debugging Java in the Database A debugging tutorial pdf/chap19.pdf