Did you see James Ward's "Debug Flex and Java together" blog? http://www.jamesward.org/wordpress/2006/07/05/debug-flex-java-together-in-flex-builder-2/
-Mete --- In [email protected], "Cosma" <[EMAIL PROTECTED]> wrote: > > I have a WST/Flex project in Eclipse made up of some servlets and a > flex application (first created a web dynamic project, then used "Add > flex project nature" on it). > > I'd like to debug it as a web application, but breakpoints set in MXML > and AS sources will not trigger this way. I have to debug it "as a > flex application" in order for the flex debugger to work, but this way > the application will run in a stand alone flash player, thus having > problem to talk with my servlets. > > Is there a way to configure Eclipse and my project to allow debugging > of Flex and java sources in the same session? > > Thank you > Cosma >

