Home | Previous Page | Next Page   Creating User-Defined Routines > Developing a User-Defined Routine >

Debugging a UDR

Because a UDR runs as part of the database server process, the routine must not do anything that might negatively affect the running of the database server, such as exiting. (For information on how to minimize the likelihood of interfering the database server, see Creating a Well-Behaved Routine.)

This section provides information on how to use a C debugger to attach to a virtual processor, handle the debugging session of a C UDR, and use DataBlade API tracing.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]