I have come across this problem again and again, but I canβt find a solution (except mine, which is not as good as I assume).
I donβt know why, sometimes Flex Builder executes old source codes after making changes. During debugging, I see how it passes through a source (for example, changing local variables), which is not there (even if I delete this entire block or function).
My way to solve this is to delete the project (for example, backing up the source codes) and create a new one, add backups to the project and rebuild. It starts working the way it should work, but this method is not so convenient, especially if the sources are on a remote machine, and you need to configure back-end.net.
Does anyone know how to solve this?
Gorro source share