MACROMEDIA COLDFUSION 5-DEVELOPING Develop Manual page 423

Table of Contents

Advertisement

Developing CFX Tags in C++
On UNIX
Use the following debuggers and settings for the supported UNIX operating systems:
OS
Solaris
Linux
HP-UX
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
breakpoints in your code.
Debugger
dbx
gdb
DDE
so the debugger loads the symbols for your CFX before you can set
main
Other OS-specific requirements
The environment variables must include
and
LD_LIBRARY_PATH
Use "stop in main" to set a breakpoint in main.
The environment variables must include
and
LD_LIBRARY_PATH
Use "break main" to set a breakpoint in main.
The environment variables must include
.
CFHOME
Use "stop in main" to set a breakpoint in main.
.
CFHOME
.
CFHOME
SHLIB_PATH
403
and

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 5

Table of Contents