Okay... I'm about to throw my laptop across the room. I am burning time trying to fix this *bug* (bug, because as a user I shouldn't be able to break this) in Flex Builder (I've seen it in 2, now seeing it in 3).
I'm just happily editing my project... when all of sudden a trace statement I add doesn't show up. Hmm... odd, let's set a breakpoint to check it out... What!? I try to set a breakpoint and it skips to a different line number, just as if I'd try to set a breakpoint on a comment. This smells familiar. Some cached incremental build data is lingering somewhere and junking everything up... So I clean and rebuild... no good. I clean, restart Flex Builder, rebuild... no good. I clean, reset my machine, rebuild... no good. I clean, shut down Flex Builder, manually go and clear all the cache files from my workspace's '.plugin' folder, rebuild... no good. So, what's the deal? Am I missing some cache files? I find it infuriating that explicitly choosing "clean" doesn't get me the same result as if I checked out the source on a new machine and clicked build... what's the point of clean if there's still some lingering cache files? Can anyone help? I can't effectively move forward at this point as every time I make a change and rebuild my source the *changes* *don't* *show* *up* in the resulting SWF. What the f*ck!? Sorry if i sound a little angry... but we're trying to launch are decently sized RIA after 18 months of work sometime in the next few weeks so I'm a little, tiny bit antsy to get back to compiling/QA! Help!!! Troy.

