On 4/18/13 6:30 AM, "Harbs" <harbs.li...@gmail.com> wrote:

> Okay. I've never done any real Java development. My Java experience is limited
> to a bit of playing and compiling existing apps.
> 
> I guess there's no time like the presentŠ ;-)
> 
> If someone could give me a bit of a rundown on the basics of how the debugger
> works, it'll probably help me find my way around.
I have no idea.  I've never had to muck with it.
> 
> I'm also going to need to figure out how to debug Java while debugging Flex at
> the same timeŠ :~
I would not use the IDEs since you can reproduce the issue with command line
FDB.  In theory, there Eclipse projects files are there in Git.  You'll need
Eclipse 3.6 minimum, load all of the projects in, fix up errors, etc.

Then when you launch a debug config for FDB, you should just be able to run
the same steps as if it were off the command line, and if it hangs, pause
Java execution and see where it is.  Or is it the player that hangs?


-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to