FDB (Flash / Flex debugger): 
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7ffb.html
To use it with AIR apps, first start fdb, then type "run" and start another 
command line in which you launch your AIR app via ADL (don't forget to compile 
your AIR app / libs with debug=true), fdb will trigger you AIR launch and 
you'll be able to debug it.

Frédéric THOMAS

> Date: Wed, 6 Aug 2014 06:24:06 -0500
> Subject: Re: Debugging application with modules
> From: [email protected]
> To: [email protected]
> 
> Thanks a lot Alex for such a detail info. One thing though, what's fdb?
> 
> 
> On Wed, Aug 6, 2014 at 12:01 AM, Alex Harui <[email protected]> wrote:
> 
> >
> >
> > On 8/5/14 6:02 PM, "mark goldin" <[email protected]> wrote:
> >
> > >Yes, that might be an issue. Here is how a project is structured. It has
> > >the main application file and a bunch of mxml files that are in fact
> > >modules. So, it's one single project with a number of modules. Can I
> > >specify whether each module is compiled with or without debugging info?
> > I think Flash Builder should be building them all as debug version if they
> > are all ending up in bin-debug.
> >
> > The second most common problem is that the classes you are trying to debug
> > were loaded before the module was loaded and the classes were not a debug
> > version.  I would turn off the use of RSLs while debugging.
> >
> > Next most common problem is that the module gets unloaded because nothing
> > is keeping it in memory.  The debugger may try to force GC more often and
> > kick the module out sooner.
> >
> > Another potential problem is that the module is old and doesn't match the
> > source code.
> >
> > You can try debugging with fdb.  It will halt every time a debuggable
> > module loads.  That's how I know a module was not built with debug info in
> > it.
> >
> > -Alex
> >
> > >
> > >
> > >On Tue, Aug 5, 2014 at 5:11 PM, Alex Harui <[email protected]> wrote:
> > >
> > >> Number one reason is that the modules are not compiled with the -debug
> > >> flag.
> > >>
> > >> Could that be your issue?
> > >> -Alex
> > >>
> > >> On 8/5/14 1:51 PM, "mark goldin" <[email protected]> wrote:
> > >>
> > >> >Is there any problem debugging an application that uses modules? I can
> > >>get
> > >> >into code when I run main file, but a break point in the module code
> > >>does
> > >> >not seem to stop execution.
> > >> >
> > >> >Thanks
> > >>
> > >>
> >
> >
                                          

Reply via email to