Using the IBM Netezza Eclipse plug-in
To debug the file using the IBM Netezza Development Environment Plug-in for Eclipse application:
- Create a Java project that contains the source code for the AE and has access to the nzae.JAR in the class path.
- Set a break point in the main method of the Test Class.
- Select Run > Debug Configurations.
- In the Debug Configurations dialog box that appears, select Remote Java Applications and create a new configuration.
- For parameters in the Connect tab, enter the name of the project, name of the host, and port number. The connection type should be set to Standard (Socket Attach). The name of the host should be set to the name of the NPS appliance.
- Click Debug. The debugger opens and you can step through the code to debug. When the debugging session is complete, the SQL command finishes.