RE: [flexcoders] Debugger won't break on HTTP Service result function

2009-04-08 Thread Tracy Spratt
om Subject: [flexcoders] Debugger won't break on HTTP Service result function I have a component that I'm adding to my Flex project and it makes 3 HTTP Service calls. On the result="" I have listed a function and inside that function I have created a breakpoint. When I go int

[flexcoders] Debugger won't break on HTTP Service result function

2009-04-08 Thread Matthew A. Wilson
I have a component that I'm adding to my Flex project and it makes 3 HTTP Service calls. On the result="" I have listed a function and inside that function I have created a breakpoint. When I go into debug, it won't stop at that breakpoint. It's like it's not calling the result function. I know