Here's what I saw: 1) I was able to debug a new hello world project in IntelliJ. 2) My existing project debugs correctly in Flash Builder. 3) Taking the exact same project into IntelliJ IDEA would freeze after the app loaded. Everything loaded correctly until a lot of swf files are loaded into the app (about 20). At that point, code execution seemed to stop. 4) Running the app from within IntelliJ worked correctly. 5) Starting fdb from the command line and running the app from either IntelliJ or Flash Builder resulted in the same problem as #3.
Apparently IntelliJ IDEA uses fdb under the hood, but Flash Builder uses a modified version of it. The modified Flash Builder version works with my project, but the standard fdb freezes execution. On Apr 18, 2013, at 4:29 PM, Scott Talsma wrote: > I've been using IntelliJ IDEA for a few years now, and have not experienced > any major issues with debugging, breakpoints, etc., assuming that you have > the debug player installed, and are your project settings are create a > debug build. > > I have had issues w/Safari and Firefox sometimes dropping the connection to > the debugger if I spend too much time stepping, but that is minor. > > Note that some debuggers work better w/some SDKs that others. In an older > SDK2.0 app that I maintain, I had to install a 10.x player and racket back > to a SDK3 debugger instead of the 4.0 debugger. But for 4.9.1, everything > worked out of the box for both web and AIR. > > > On Thu, Apr 18, 2013 at 8:58 AM, Harbs <harbs.li...@gmail.com> wrote: > >> I just started trying out IntelliJ IDEA. My initial impression was good, >> but I have not been able to debug. With Alexander's help, I was able to >> track the problem to what looks like a bug in fdb. The browser basically >> freezes after loading a bunch of external swfs. >> >> What's the story with fdb? Is this something that's now developed by us? >> >> Harbs