Copy link to clipboard
Copied
I need to be able to debug through cfc code being called from a Flex app remote object. I know how to debug straight cfm code using cfeclipse for flex builder but am unable to figure how to get this working for cfc's. If I set a break point in my cfc and start my coldfusion debugging session in Flex Builder and run my flex app and get it to call the cfc the debugger doesn't stop.
Any ideas? Do i need to modify the Flex-config?
Copy link to clipboard
Copied
Write a simple cfm page that invokes the method in question. Do whatever you have to do to get the cfc working properly. After that, don't touch it. Subsequent problems will be due to something else.