[flexcoders] Debug driving me crazy

2012-03-27 Thread Davidson, Jerry
In debug mode of Flex (4.5) I have a variable that shows up in the variable view, but doesn't exist in the function I'm stepping through. Further, one that does exist doesn't show up. After the assignment failed (no errors): var exemptFlg:Boolean = false;

Re: [flexcoders] Debug driving me crazy

2012-03-27 Thread John McCormack
I had something similar once, due to the fact that I thought I was including a certain AS3 file but was , in fact, using SWC code instead. So perhaps your code isn't coming from the place you think it is. John On 27/03/2012 15:26, Davidson, Jerry wrote: In debug mode of Flex (4.5) I have a

RE: [flexcoders] Debug driving me crazy

2012-03-27 Thread Davidson, Jerry
[mailto:flexcoders@yahoogroups.com] On Behalf Of Davidson, Jerry Sent: Tuesday, March 27, 2012 9:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Debug driving me crazy In debug mode of Flex (4.5) I have a variable that shows up in the variable view, but doesn't exist in the function I'm stepping

RE: [flexcoders] Debug driving me crazy

2012-03-27 Thread Davidson, Jerry
it and it seems to be working. Sorry to waste anyone's time. Jerry From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Davidson, Jerry Sent: Tuesday, March 27, 2012 11:03 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Debug driving me crazy