I've been building an app with Flex Builder 3. All of a sudden when I run my app using the debugger I no longer see my changes reflected. For example, I have a class where I deleted several trace() calls and added another trace() call, yet when I run the app I'm seeing the old trace() messages and not the new trace() message. Furthermore, when I put a breakpoint on the new trace() call, the debugger claims that there is no code at that breakpoint, indicating that the code has not been recompiled.
I've tried cleaning the project, restarting Flex Builder and even deleting the project and re-importing it from CVS, but to no avail. Any suggestions? Relevant version information: Flex Builder 3, Version 3.0, Build 3.0.2.214193 Mac OS X 10.6.2 -- Rick Genter [email protected]

