Debugging a DataBlade module is usually an iterative process, repeated many times until the code is completely debugged. The debugging process has the following general steps:
To debug a DataBlade module, compile the shared object file with the -g compiler option so that debugging symbols are available to the debugger. See Compiling DataBlade Module Code for information about compiling with debugging support.
See Installing a DataBlade Module for more information.
See the IBM Informix: Dynamic Server Administrator's Guide for more information.
See Registering a DataBlade Module for more information.
See Replacing a Shared Object File for more information.
See Loading the DataBlade Module for instructions.
See Identifying the Server Process for instructions.
See Running the Solaris Debugger for instructions.
See Setting Breakpoints for more information.
See the IBM Informix: DB–Access User's Guide for more information.
The following sections describe some of these steps.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]