I think Doug's way is by saving the modified file in your project under the same directory structure. The compiler would look for files in the source directory before it picks up framework classes (either source of swc).
On Fri, Mar 28, 2008 at 10:25 AM, sakri_rosenstrom <[EMAIL PROTECTED]> wrote: > > > > > > > For demonstration purposes, I'd like to trace out some values from > LayoutManager. > > I can access the source code by creating a variable of type > LayoutManger and then Ctrl Clicking on it. > > If I add some traces to that "source file" (unsurprisingly) I don't > see them when debugging... I guess the flex framework is compiled into > a .swc? > > I'm pretty sure I saw Doug McCune doing something like that in some > video presentation of his... > > Any pointers? > > Thanks, > > Sakri > >
