Im using Flash Builder 4 on the Mac and I have a worrisome problem: The compiler is sometimes not detecting my code changes.
For example I might write some code, compile and run, then add some logging statements, but they will not print. After a clean compile everything runs as expected.
I cannot see a pattern to the exclusion of changes. I'm wondering if anyone else is having the same problem?
Details:
- Flash Bulider 4
- Pure AS3 project targetting Flex3.5 SDK
- Max OS X Snow Leopard
- My code does not use semicolons to terminate statements