Skip to main content
nikos101
Inspiring
September 30, 2008
質問

I can only figure out how to debug on the flex side

  • September 30, 2008
  • 返信数 11.
  • 1162 ビュー
I am calling CFC methods from my flex applications but I can only figure out how to debug on the flex side. Is it possible to debug on the CFC methods begin called from flex? I don't think this is possible but you may prove me wrong 🙂
このトピックへの返信は締め切られました。

返信数 11

Inspiring
September 30, 2008
Hi,

Try adding a <mx:TraceTarget> tag to your mxml file...

And then have a look at your debugging panel for the required information.