Couple that with developing an open source version of the debugger and being able to pause the player, your mcuh closer to a true debugger. Granted, *you* may not use the XML, but since those products(SEPY/Primal and every other flash AS editor out there) will support the creation of them, it would be silly not to.
On 8/9/05, Nicolas Cannasse <[EMAIL PROTECTED]
> wrote:
Such XML is not needed since the debugger is able to set breakpoints at
runtime.
There is no breakpoints stored into the SWD... please have a look at the
protocol first.
Nicolas
----- Original Message -----
From: "Scott Hyndman" < [EMAIL PROTECTED]>
To: "Open Source Flash Mailing List" <osflash@osflash.org>
Sent: Monday, August 08, 2005 7:36 PM
Subject: RE: [osflash] OFD Project continued :: new Flash 8 breakpoints
feature
Interesting. Perhaps this is what MTASC should read to produce the swd.
/Scott
-----Original Message-----
From: [EMAIL PROTECTED] on behalf of john grden
Sent: Mon 8/8/2005 1:24 PM
To: Open Source Flash Mailing List
Cc:
Subject: [osflash] OFD Project continued :: new Flash 8 breakpoints feature
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
>
_______________________________________________
osflash mailing list
osflash@osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org
--
John Grden - Blitz
_______________________________________________ osflash mailing list osflash@osflash.org http://osflash.org/mailman/listinfo/osflash_osflash.org