On 7/18/15, 3:05 PM, "Mihai Chira" <mihai.ch...@gmail.com> wrote:

>> The swf should hit breakpoints in the sort code. Is it not doing that?
>I could only break the app on the constructors of UnitTester and
>TestCase. Nothing in SortField or Sort (I didn't test the
>constructors, just other methods that should have been called - even
>if the bug was still there, that is). But the clue is that I can't get
>any breakpoint to stop in ResetComponent, DispatchMouseClickEvent or
>SetProperty.

Makes me think your line numbers aren’t matching up.  If the mustella.swc
is old or the debugger is looking at sources in a different version of
Flex SDK, then line numbers won’t match and you will miss hitting
breakpoints.  Often, the constructors are still at the same line, but more
important code has moved as lines get added.

If you swfdump -abc  the SWF you can see more about what went into it and
compare line numbers.

-Alex


Reply via email to