Sometimes when I've had issues setting breakpoints, especially in an SWC, it's a caching issue with Firefox. I've installed the developer toolbar extension and disabled caching which has helped tremendously with that problem.
On Thu, Jun 5, 2008 at 12:40 PM, Alex Harui <[EMAIL PROTECTED]> wrote: > Probaly uninstall/reinstall. Run some other tests first. As you step > into code, you should never suddenly "jump" into the middle of a function, > breakpoints should be settable, etc. > > > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Amy > *Sent:* Thursday, June 05, 2008 7:19 AM > *To:* [email protected] > *Subject:* [flexcoders] Re: How to remeasure itemRenderer > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Alex > Harui" <[EMAIL PROTECTED]> wrote: > > > > It has nothing to do with rendererChanged, that would be if you > changed > > the classFactory for the renderer. > > > > > > > > List also has makeRowsAndColumns. If you can't set a breakpoint, that > > makes me think your source is not in sync with the swcs. > > How do I fix that? > > Thanks; > > Amy > > >

