---Excerpts from stuff around the net that you probally allready have, worth
a shot though---

http://alive.allaire.com/CatalogCourseDetail.cfm?CourseID=20


http://alive.allaire.com/CatalogCourseDetail.cfm?CourseID=40
Solaris 

You can debug custom tags on UNIX using the dbx debugger. You should
shutdown ColdFusion using the stop script. 

Set the environment variables, including LD_LIBRARY_PATH and CFHOME as they
are set in the start script. You should then be able to run the cfserver
executable under the dbx debugger and set break points in your CFX code. You
may need to set a break point in main ("stop in main") so dbx loads the
symbols for your CFX before you can set breakpoints in your code. 

HP-UX 10.20 

You can debug custom tags on UNIX using HP's DDE debugger. You should
shutdown ColdFusion using the stop script. 

Set the environment variables, including SHLIB_PATH and CFHOME as they are
set in the start script. You should then be able to run the cfserver
executable under the DDE debugger and set break points in your CFX code. You
may need to set a break point in main ("stop in main") so the debugger loads
the symbols for your CFX before you can set breakpoints in your code. 
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to