The debugger looks in a set of locations for source code files
with .java extension.
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.
- Select Sybase IQ 15 in left folder view.
- In Sybase Central, select Mode > Debug.
- When prompted to select the user to debug, specify * for
all users and click OK.
- From the debugger interface, select Debug > Set Java
Source Code Path.
- Enter the path to the java subdirectory
of your Sybase IQ installation directory. For example, if you installed Sybase IQ in %IQDIR15%,
enter:
- Click Browse Folder to select from a list of folders
or individual files where the debugger looks for Java source.
- Click Browse File to locate a file to add to the
list.
- Click OK, and close the window.