>
> Hi,
>
> I am an allaire certified instructor and one of my students asked me a
> difficult question. I said him that I will ask the cf-community to
> become an answer. So please help me.
>
> Student Situation:
>
> The company the student is working for uses a cfx_custom tag wich
> sometimes produces errors while connecting to a database.
>
> Student Question:
>
> What is the best method to debug cfx_custom_tags during the developing
> process? (they use ms visual c++ 6.0)
>
> Best regards from Germany
>
> Martin Orth
Well, there are basically two routes to take. One is to use ms vc++'s built
in debugger and the other is to pRequest->Write useful information to the
html page as the tag executes (ie, "we got this far" and "the variable
is..." type messages).
For most things where you're just trying to get an alg ironed out the later
is fine. In your case, where the tag is actually crashing, then I'd say
using the debugger is probably the better idea. Instructions on how to set
up the debugger are in the cf docs. If they've never used a debugger before
or know assembly it might get a bit hairy though.
--min
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.