SQLJ-enabled Java project debugging

You debug an SQLJ-enabled Java™ project in the same way that you debug a regular Java project.

To debug directly from an SQLJ file, the Enable debugging from SQLJ file preference must be enabled in the SQLJ preferences. By default, this preference is enabled. If this preference is not enabled, breakpoints that you set in an SQLJ file do not work because debugging occurs in the Java files generated by the SQLJ translator. You must rebuild a project for a change in this preference to take effect.

Related concepts
SQLJ debugger
Local debugging
Remote debugging
Breakpoints
Related tasks
Running and debugging

Comentarios