
Debugging routines
The Development Center provides an integrated SQL debugger for debugging your SQL routines. For debugging Java routines, the Development Center accesses the IBM Distributed Debugger.
The integrated SQL debugger provides standard debugging features so that you can:
- Set breakpoints on certain lines of the code. Breakpoints allow you to stop the execution of the statement at a given point so that you can view the results of each portion of your code. Use the included breakpoints view to manage breakpoints.
- Change the values of variables, using the variables view, while debugging a routine.
- Keep track of your place in nested procedures. The call stack view shows your location in the stack of procedures and you can jump to any point.