> The debugger exception others are seeing seem to be related to changes > made to support AS Workers, so it may be that older Flex SDKs are going to > work better.
The only thing with Workers is a bug Alexander Dorosko raised about a issue when setting a BP out of any code, I still have to fix it but I don't think it is actually an issue for FlexJS, I would bet much more about the fact that the Falcon FDB relies on Falcon classes and given that the IntelliJ Flex Plugin hook into FDB, it doesn't reconize the SDK classes, same for the compiler btw. The reason why we can see in JetBrains\IntelliJ IDEA 14.1-OK\plugins\flex\lib things like idea-fdb-4.5.0.20967-fix.jar or idea-flex-compiler-fix.jar, they wrap the equivalent SDK jars. For example, IIRC, I guess it was ExpressionCache, is not used anymore by Falcon FDB, one of the reason I wasn't able to integrate directly the last given code for FDB into the Flex SDK but had to change the classes it used to evaluate expressions before to patch the CLI and I kept a branch of the original one to add to it the changes I did for the Workers later. Well, I could be wrong on some details, that's a long time but I guess the problem come from that, IDEA-FIX to Faclon Debugger, instead of Flex SDK Debugger, same for the compiler, Alexander should be able to tell us more though. Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FlexJS] IntelliJ Integration > Date: Thu, 14 May 2015 18:45:08 +0000 > > > > On 5/14/15, 10:34 AM, "Frédéric THOMAS" <webdoubl...@hotmail.com> wrote: > > >I'm using he FlexJS nightly of last week, so, I guess nothing is needed, > >also, any FlexSDK as base SDK seems to work, I've been using a 4.10 > > The debugger exception others are seeing seem to be related to changes > made to support AS Workers, so it may be that older Flex SDKs are going to > work better. > > > > >Is there any google Javascript source maps, mapping the AS3 code setup > >somewhere i FlexJS yet ? > > There are two Map related examples: DesktopMap and MapSearch. I haven’t > used them in a long time so there is a chance they are broken. > > -Alex >