Reputation: 24886
I am trying to use Flex builder for the first time in years. I haven't used the "Run Application" option before, and when I do that now it tells me "Errors exist in required projects" and whether I should proceed. I would like to debug those errors.
Does anyone know how I can do that?
PS: When I click the "Debug" button, it does exactly the same thing. I don't see error output in the console views.
Upvotes: 0
Views: 196
Reputation: 1069
The error message is probably related to compilation (source) errors.
You need to correct them before you can debug or run.
If you ask to proceed, the project is executed as it was after the last good compilation.
If there was never a good compilation, then nothing will execute.
Upvotes: 2
Reputation: 1429
here is a detailed description about debugging
Errors exist in required projects
To solve this problem try re-installing your Flex builder in your Windows installed Drive Eg. C:\ (not sure if it will work)
In Windows Menu Menu > Problems , you can get a summary of all problems in all project files
Upvotes: 0