User Guide
Developing CFX Tags in C++ 403
On UNIX
Use the following debuggers and settings for the supported UNIX operating systems:
Shut down ColdFusion using the stop script. Set the environment variables as they
are set in the start script. You can then run the cfserver executable under the dbx
debugger and set breakpoints in your CFX code. You might need to set a breakpoint
in
main so the debugger loads the symbols for your CFX before you can set
breakpoints in your code.
OS Debugger Other OS-specific requirements
Solaris dbx The environment variables must include
LD_LIBRARY_PATH and CFHOME.
Use “stop in main” to set a breakpoint in main.
Linux gdb The environment variables must include
LD_LIBRARY_PATH and CFHOME.
Use “break main” to set a breakpoint in main.
HP-UX DDE The environment variables must include
SHLIB_PATH and
CFHOME.
Use “stop in main” to set a breakpoint in main.