IDEA Is Back to Being Great!
Some time ago, I got frustrated with working with IDEA flex support. I had some complaints about the quality of the flex support in IDEA7 and 8, and I let the steam come out in that blog entry.
Well, just to be fair, I thought I would post a short blog entry about how things have changed.
Since then, many of the issues I and others have reported in the IDEA Feedback Jira have been solved, sometimes within hours of them being reported. Currently, I am really enjoying Flex development using IDEA, and I am doing it day in and day out.
What is really nice is, that when I am not doing Flex code, I am doing backend code for the Flex client. And that code is Java. And IDEA never left being the greatest IDE for Java development. Now, it is also great for Flex.
Sincerely, an IDEA fan boy!
April 4, 2009
Tags: flex, IDEA Posted in: Tools

3 Responses
How to you debug the flex source? Its easy to setup a remote debug session with your deployed war to debug the backend Java code but how do you do this for the flex code in the same war? I can set breakpoints, etc but they don’t get hit. (I have my flex and java all in the same IDEA project.)
Hi, Dave – hmm, I must admit that I don’t debug the flex code with the debugger. I haven’t been able to make it work. Once, I even tried it on windows with a small vanilla example, and I couldn’t get it to work satisfying. It once had a bug/limitation, that you couldn’t debug flex code, if there were Java modules in the same IDEA project.
Since then, much have happened to the flex support (as I stated in the post) so maybe it is time to try it again. One thing is for sure – you should be running the latest and greatest EAP version, if you are doing flex development. Things are getting fixed all the time.
A little side note: I talked to a team who were using the flexbuilder tool for their development, and let’s just say that they were not that happy with it either (for debugging). But, that is no excuse for it not working properly in IDEA.
Sorry. But do try to express your trouble in the IDEA Jira – they take it seriously and will listen!
Until then, happy trace()’ing instead
I hope this demo will be more helpful
http://blogs.jetbrains.com/idea/2009/04/new-blazeds-support-demo/
Leave a Reply