R – Flex Builder 3: Debugger traces error, when fixing the as file, keeps throwing same error, stuck in past

actionscriptactionscript-3flashflexbuilder

I'm running my first project that I'm compiling with flex builder. Before I used to compile with flash or flash develop.

For a while it worked pretty neatly. But as soon as it start throwing typeerrors, I can't seem to compile the updated and saved actionscript files. It seems as if it keeps stuck in time and compiles the actionscript file from when the error was still there.

Perhaps any options I missed regarding configuring the debugger ?

Best Answer

Have you tried doing a Clean? In FlexBuilder, the Project menu, select Clean...

It's possible Flex is building off of temp files, in which case doing a clean should clear them out.

Related Topic