Home | Previous Page | Next Page   Appendix B. Trapping Errors >

Creating Tracepoints

Tracepoints are useful in debugging user-defined routines written in C. You can create a user-defined tracepoint to send special information about the current execution state of a user-defined routine.

Each tracepoint has the following parts:

By default, the database server puts all trace messages in the trace-output file in the tmp directory with the following filename:

session_num.trc

For more information on tracing user-defined routines, see the IBM Informix DataBlade API Programmer's Guide.

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