I'm in a fog today (Lots' to do), but I can't beleive I forgot about this!!!  Now that we can talk about the 8Ball features:

A new feature in 8Ball is that you can have an external XML file created that represents all the breakpoints in your Flash app.  Where this is useful is in the External Editor's section like SEPY - now you'll be able to enter breakpoints in sepy for use with the Flash debugger.  This is a sample of the XML:

<?xml version="1.0"?>

<flash_breakpoints version="1.0">

    <file name="c:\san\test files\stopwatch\stopwatch.as">

        <breakpoint line="10"></breakpoint>

        <breakpoint line="8"></breakpoint>

        <breakpoint line="6"></breakpoint>

    </file>

</flash_breakpoints>

also, when I had heard of this the first time, i started asking about getting the debugger options open to the public and this is one response I did get from MM:

"there have not been plans to do this, though it can certainly be
considered (and currently the debugger does not run over
LocalConnection). please feel free to file it as an Enhancement Request
(ECR). thanks!"

So, for what it's worth, there you to ;)

--
John Grden - Blitz
_______________________________________________
osflash mailing list
osflash@osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to