Using Breakpoints in CFCs
I am working on debugging an application running against CF 9 locally an hitting an Oracle 9i database. I can't seem to get a breakpoint to fire inside a CFC. Is there any way to get this to work? What are the normal procedures used to do line-debugging within a CFC?
Another interesting problem is that the application caches its CFCs. I don't know if that makes it impossible to debug since the CFCs are loaded into either the Application or Session scopes early on in processing.
Jason
