Displaying Java source code into the debugger

StepsDisplaying Java source code in the debugger

The debugger looks in a set of locations for source code files with  .java extension.

  1. Select Sybase IQ 15 in left folder view.

  2. In Sybase Central, select Mode > Debug.

  3. When prompted to select the user to debug, specify * for all users and click OK.

  4. From the debugger interface, select Debug > Set Java Source Code Path.

  5. Enter the path to the java subdirectory of your Sybase IQ installation directory. For example, if you installed Sybase IQ in %IQDIR15%, enter:

    %IQDIR15%\java
    
  6. Click Browse Folder to select from a list of folders or individual files where the debugger looks for Java source.

  7. Click Browse File to locate a file to add to the list.

  8. Click OK, and close the window.

Locating Java source code

The Java Source Code Path window holds a list of directories in which the debugger looks for Java source code. Java rules for finding packages apply. The debugger also searches the current CLASSPATH for source code.