On 13.02.2013 21:37, Alex Harui wrote:
On 2/13/13 1:03 AM, "Alexander Doroshko" <alexander.doros...@jetbrains.com>
wrote:
On 12.02.2013 21:05, Alex Harui wrote:
On 2/12/13 7:24 AM, "Alexander Doroshko" <alexander.doros...@jetbrains.com>
wrote:
Hi,
Flex debugger (fdb tool) from Apache Flex SDK is not able to debug
ActionScript workers, the cool feature introduced in Flash Player 11.4
[1]. Even worse is that connected debugger prevents ActionScript workers
from executing.
Adobe AIR SDK distributions that include ActionScript Compiler 2.0 also
include updated fdb tool that is *able* to debug AS workers
(corresponding jars are [AIR SDK]/lib/legacy/fdb.jar and [AIR
SDK]/lib/legacy/legacy-common.jar).
When do you plan to integrate recent changes in debugger into Apache
Flex SDK repository?
As Adobe has donated Flex SDK and all its tools to Apache shouldn't
Adobe continue work on these tools in Apache repository rather than
somewhere in a private place?
[1]
http://help.adobe.com/en_US/as3/dev/WS0191790375a6482943a72da3138ec8eec7e-80
00
.html
Have you checked to see if the code in the Falcon branch is the same as
ASC2.0?
As I see Falcon branch doesn't contain debugger command line tool (fdb)
[1].
I checked fdb code in sdk trunk [2] and in develop branch [3], but both
do not support debugging ActionScript Workers. As a proof - check fdb
help file [4]. It doesn't contain 'worker' and 'info workers' commands
whereas help for fdb tool from Adobe AIR SDK 3.4+ contains these commands.
OK, I will ask to see who did the code. I'm not sure it can be donated, but
I will try.
Alex, did you get any any response?
In my opinion fully-functional debugging tool is a must for Apache Flex SDK.