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?
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 > >
