Preparing to debug

When deploying a stored procedure for debug, you must enable debugging.

When deploying SQL stored procedures, you enable debug by selecting the Enable debugging check box in the Routine Options page of the Deploy Routines wizard.

When deploying Java™ stored procedures, you enable debug by entering -g in the Compile options field in the Routine Options page of the Deploy Routines wizard.

Related tasks
Setting up the LUW server for debugging
Starting a debug session
Using the stored procedure debug launch configuration

Feedback