Skip to main content
Participating Frequently
September 20, 2010
Question

How to debug flash remoting using ColdFusion Builder debugger.

  • September 20, 2010
  • 1 reply
  • 1420 views

   I am using FlashBuilder 4 Premium and ColdFusion Builder. I have not found a way to get the ColdFusion Builder debugger to work with remoting calls. How do you do this? The debugger works fine if I launch a .cfm. However, if I put break points in my remote service .cfc methods, the debugger does not trigger.

Thanks for the help.

Mark

This topic has been closed for replies.

1 reply

Participant
February 28, 2011

BUMP...

Did you get this figured out?  I have just switched over the Flash Builder from Flex Builder where I had the setup working just fine.  I have verified the settings in each IDE are identical to get the CF debugging working when my remote cfc's are called from Flash content.  I've confirmed/tested that the RDS server is running, and connects fine.  However, when I put a breakpoint in the CF content which gets called, it doesn't hit it.

It's pathetic how little documentation/information there is on topics like this when we're dealing with two Adobe products that are supposed to work together so nicely.

fosriasAuthor
Participating Frequently
February 28, 2011

I got on line with tech support to get them to show me how to use it. The guy hardly knew anything about it himself. From the coldfusion group and was the guy who was supposed to know. I screen shared with him and every time we tried debugging from flex it would just stop. Seems that if something goes wrong in a coldfusion library, the debugger just stops and so it is something upsteam of your break point. Of course there is nothing to show you that, but it became clear. The guy didn't have any better idea than I did what was going on. I figured that out.

If you check the docs about CF and flex, their recommendation is write it all as a CF app. debug it and then hook flex to it. Pure garbage. Anybody hear of DRY. I have dumped ever using CF on the back end. It is not an oop language. It is a tag based language for markup pages with quasi script and its ORM is so inflexible its a joke.

Went back to ruby on rails and rubyamf for my backend to flex apps (with Mate as MVC framework) and I could not be happier. Never had such an unpleasant develpment experience than working with Coldfusion as the backend to a flex app. Good luck.

Known Participant
March 5, 2011

Sounds like your done, but Adobe just released CF Builder 2 Beta.

http://labs.adobe.com/technologies/coldfusionbuilder2/

If you happen to test with this, would you please let us know the result.