Debug 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. This section provides information about 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.

For information about how to minimize the likelihood of interfering the database server, see Create a well-behaved routine.