Re: FDB and its commands

2015-12-22 Thread Alex Harui
Hi Dhwani, I'm still confused about what exact problem you are having. Are you still having a problem with FDB or just updating a value in an XMLListCollection? -Alex On 12/21/15, 11:58 PM, "dhwanishah85" wrote: >Hi Alex, > >The data is few lines of result i am getting when i send print comma

Re: FDB and its commands

2015-12-22 Thread dhwanishah85
Hi Alex, The data is few lines of result i am getting when i send print command to fdb. My question was that i am currently having data in XMLListCollection. I am facing issue with updating perticular variable value. Do you think changing the data type will make things better? I do not have any id

Re: FDB and its commands

2015-12-21 Thread Alex Harui
I"m not sure I understand the question. This looks like a dump of the main Application. What does that have to do with ADG and XMLListCollection? On 12/21/15, 11:00 PM, "dhwanishah85" wrote: >Hello Alex, > >I am getting result after sending following command to fdb: >send("print this."); > >an

Re: FDB and its commands

2015-12-21 Thread dhwanishah85
Hello Alex, I am getting result after sending following command to fdb: send("print this."); and i am getting following snippet of result in return: data = "$2 = this = [Object 156627105, class='TestFlexAIR'] $alpha = 1 (0x1) $blendMode = "normal" $blendShader = [Setter 1582, name='http://www.

Re: FDB and its commands

2015-12-21 Thread Alex Harui
I thought FB only showed the this pointer and variables local to the function. IIRC, for any object, FB only shows its immediate properties and leaves the bigger and slower "inherited properties" for on-demand. -Alex On 12/21/15, 12:07 AM, "dhwanishah85" wrote: >Hello Alex, > >Thanks for your

Re: FDB and its commands

2015-12-21 Thread dhwanishah85
Hello Alex, Thanks for your response. I need to update variables which are getting changed during debug process. Like how it is working in Flash builder, same way I want my debug view to get updated with changing values without hurting the execution time of "f6". I dont get any useful info in in

Re: FDB and its commands

2015-12-21 Thread Alex Harui
Do you want local variables or variables in scope? Local variables are available as "info local" and parameters are available via "info stack". I don't know of any easy way to get all of the scope variables. You might want to just get a few and use scrolling to get more. -Alex On 12/20/15, 11

Re: [FDB] Integration

2014-05-30 Thread Alexander Doroshko
Works perfectly now, thanks for the fix! On 30.05.2014 15:07, Frédéric THOMAS wrote: @Alexander Fixed: https://issues.apache.org/jira/browse/FLEX-34346 (the compiled FDB attached) In a mxml file, when a inline item renderer is defined, a file id is added to the file list of the SWF linking t

RE: [FDB] Integration

2014-05-30 Thread Frédéric THOMAS
ood enough for you. Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Thu, 29 May 2014 17:11:13 +0100 > > I just merged the FDBWorkers branch onto the Develop branch, DO NOT DELETE > the FDBWorkers branch, i

RE: [FDB] Integration

2014-05-29 Thread Frédéric THOMAS
.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > On 29.05.2014 19:08, Frédéric THOMAS wrote: > > The lasted FDB: https://issues.apache.org/jira/browse/FLEX-34342 (Break and > > Clear command should accept paths) > Works great! > How

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
the trick ? Do I make sense ? Frédéric THOMAS Date: Thu, 29 May 2014 18:23:54 +0400 From: alexander.doros...@jetbrains.com To: dev@flex.apache.org Subject: Re: [FDB] Integration I.e. just more convenient 'Send Commands To Flex Debugger' action? I'm afraid this will be a feature fo

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
On 29.05.2014 19:08, Frédéric THOMAS wrote: The lasted FDB: https://issues.apache.org/jira/browse/FLEX-34342 (Break and Clear command should accept paths) Works great! However I was lucky to catch one tricky regression. If MXML file contains inline item renderer(s) then this mxml file has more

RE: [FDB] Integration

2014-05-29 Thread Frédéric THOMAS
The lasted FDB: https://issues.apache.org/jira/browse/FLEX-34342 (Break and Clear command should accept paths) Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Thu, 29 May 2014 16:02:43 +0100 > > > I.e.

RE: [FDB] Integration

2014-05-29 Thread Frédéric THOMAS
other people they don't know the trick ? Do I make sense ? Frédéric THOMAS > Date: Thu, 29 May 2014 18:23:54 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > I.e. just more convenient 'Send Commands To Fle

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
I.e. just more convenient 'Send Commands To Flex Debugger' action? I'm afraid this will be a feature for 2 people in the world: you and me. Most of developers do not care about underlying tools. On 29.05.2014 17:46, Frédéric THOMAS wrote: Not sure how much extra work it would cost to add this

RE: [FDB] Integration

2014-05-29 Thread Frédéric THOMAS
ive us the possibility to play at worker instance level. Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Thu, 29 May 2014 14:28:34 +0100 > > Just tried it, not user friendly :-) but very nice feature to achieve my

RE: [FDB] Integration

2014-05-29 Thread Frédéric THOMAS
Just tried it, not user friendly :-) but very nice feature to achieve my goal, thanks for the trick. Frédéric THOMAS > Date: Thu, 29 May 2014 17:08:31 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > There's a

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
ommands to pass directly to FDB ? Frédéric THOMAS Date: Thu, 29 May 2014 16:51:58 +0400 From: alexander.doros...@jetbrains.com To: dev@flex.apache.org Subject: Re: [FDB] Integration On 29.05.2014 16:29, Frédéric THOMAS wrote: IDE will not set/remove breakpoints per worker, only for all wor

RE: [FDB] Integration

2014-05-29 Thread Frédéric THOMAS
; To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > On 29.05.2014 16:29, Frédéric THOMAS wrote: > >> IDE will not set/remove breakpoints per worker, only for all workers, > >> this seems to be what users expect. > > Really ? look at the Java breakpoint window, it a

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
On 29.05.2014 16:29, Frédéric THOMAS wrote: IDE will not set/remove breakpoints per worker, only for all workers, this seems to be what users expect. Really ? look at the Java breakpoint window, it allows to set a BP for all threads and also for a particular thread if I'm not wrong, why not for

RE: [FDB] Integration

2014-05-29 Thread Frédéric THOMAS
ion, then > 1.5 weeks of business trip to Google I/O in San Francisco. Thanks for the info. Frédéric THOMAS > Date: Thu, 29 May 2014 16:20:59 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > Thanks for additional expla

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
Thanks for additional explanations! IDE will not set/remove breakpoints per worker, only for all workers, this seems to be what users expect. Yep, there can be some headache if the same or different breakpoints are hit in different workers, I hope I'll sort it out at IDE side. I plan to work on

RE: [FDB] Integration

2014-05-29 Thread Frédéric THOMAS
Ok great, just to be sure you not take me wrong and understand the concept, please follow this commented FDB session: Apache fdb (Flash Player Debugger) [build development] Copyright 2013 The Apache Software Foundation. All rights reserved. (fdb) run Waiting for Player to connect Player connected

Re: [FDB] Integration

2014-05-29 Thread Alexander Doroshko
On 29.05.2014 11:50, Frédéric THOMAS wrote: AIR users will still have to use the DebuggableWorker class as base class for their workers and the main app as well though. I'm not sure we can convince all developers to rewrite their workers, but I hope no fatal error happens if fdb fails to suspend

RE: [FDB] Integration

2014-05-29 Thread Frédéric THOMAS
om > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Thu, 29 May 2014 08:50:12 +0100 > > > > AIR users will still have to use the DebuggableWorker class as base > > > class for their workers and the main app as well though. > > I'm not sur

RE: [FDB] Integration

2014-05-29 Thread Frédéric THOMAS
Just forgot to mention that in case of ambiguous partial file name passed to the break / clear command, FDB doesn't do anything but print an ambiguous files warning. Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration &

RE: [FDB] Integration

2014-05-29 Thread Frédéric THOMAS
do: break mx\core\DebuggableWorker.as:56 or break mx/core/DebuggableWorker.as:56 > > I just wonder, is it easily doable to modify the Breakpoint UI like > > what is done for Java and adding a combobox to access threads on top > > of the Frame list ? > Shouldn't be ex

Re: [FDB] Integration

2014-05-28 Thread Alexander Doroshko
On 28.05.2014 16:06, Frédéric THOMAS wrote: AIR users will still have to use the DebuggableWorker class as base class for their workers and the main app as well though. I'm not sure we can convince all developers to rewrite their workers, but I hope no fatal error happens if fdb fails to suspen

RE: [FDB] Integration

2014-05-28 Thread Frédéric THOMAS
te: Tue, 27 May 2014 18:26:06 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > Sounds awesome! > Trying to support original buggy fdb from closed-source Adobe AIR SDK > was a real headache for me. Now I start thinking

RE : [FDB] Integration

2014-05-27 Thread webdoublefx
depuis un mobile Samsung. Message d'origine De : Alexander Doroshko Date :27/05/2014 15:26 (GMT+00:00) A : dev@flex.apache.org Objet : Re: [FDB] Integration Sounds awesome! Trying to support original buggy fdb from closed-source Adobe AIR SDK was a real headache for me

Re: [FDB] Integration

2014-05-27 Thread Alexander Doroshko
Sounds awesome! Trying to support original buggy fdb from closed-source Adobe AIR SDK was a real headache for me. Now I start thinking about including your fdb into IntelliJ IDEA installation or just asking IDE users to use debugger from upcoming Apache Flex SDK. I'll play with your fdb today/t

RE: [FDB] Integration

2014-05-27 Thread Frédéric THOMAS
DebuggableWorker.as:56 (Worker 0) (fdb) delete 3 (fdb) info break Num Type Disp Enb AddressWhat (fdb) quit The program is running. Exit anyway? (y or n) y Process finished with exit code 0 > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB]

RE: [FDB] Integration

2014-05-25 Thread Frédéric THOMAS
ought to let you do without to change the active worker. Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > Date: Sun, 25 May 2014 04:01:05 + > > Awesome! > > On 5/24/14 6:12 AM, "Frédéric THOMAS" wrote: >

Re: [FDB] Integration

2014-05-24 Thread Alex Harui
uch as >I progress. > >Frédéric THOMAS > >[1] https://issues.apache.org/jira/browse/FLEX-34332 >[2]https://issues.apache.org/jira/browse/FLEX-34333 > > >> From: webdoubl...@hotmail.com >> To: dev@flex

RE: [FDB] Integration

2014-05-24 Thread Frédéric THOMAS
2 [2]https://issues.apache.org/jira/browse/FLEX-34333 > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Fri, 23 May 2014 13:46:03 +0100 > > Hi guys, > > Just to tell yo

RE: [FDB] Integration

2014-05-23 Thread Frédéric THOMAS
ic THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Sat, 3 May 2014 19:15:23 +0100 > > Resolved another issue [1], so, the last FDB is there. > > Frédéric THOMAS > > [1] https://issues.apache.org/jira/

RE: [FDB] Integration

2014-05-03 Thread Frédéric THOMAS
Resolved another issue [1], so, the last FDB is there. Frédéric THOMAS [1] https://issues.apache.org/jira/browse/FLEX-34297 > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Sat, 3 May 2014 16:49:30 +0100 > > Hi, > > I j

RE: [FDB] Integration

2014-05-03 Thread Frédéric THOMAS
rom: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Thu, 1 May 2014 14:43:51 +0100 > > Oups, thanks, done !! > > Frédéric THOMAS > > > From: aha...@adobe.com > > To: dev@flex.apache.org > > Subject: Re: [FDB] I

RE: [FDB] Integration

2014-05-01 Thread Frédéric THOMAS
Oups, thanks, done !! Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > Date: Thu, 1 May 2014 13:35:35 + > > Hi Fred, the DebuggableWorker class code looks fine. The file should > probably have an Apache Header inste

Re: [FDB] Integration

2014-05-01 Thread Alex Harui
I merge it in Develop, that's won't be now but still. >This is the JIRA https://issues.apache.org/jira/browse/FLEX-34294 if you >want to check the code via the "Source" tab instead in few minutes. > >Thanks for your help ! > >Frédéric THOMAS > >> F

RE: [FDB] Integration

2014-05-01 Thread Frédéric THOMAS
minutes. Thanks for your help ! Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > Date: Wed, 30 Apr 2014 20:38:50 + > > I think core.swc is supposed to contain stuff you can use in AS3 projects > w/o pulling in all of the

Re: [FDB] Integration

2014-04-30 Thread Alex Harui
project could reference ? how do you see it could be >better ? > >Is it a good solution for IDEs ? > >Frédéric THOMAS > >> From: webdoubl...@hotmail.com >> To: dev@flex.apache.org >> Subject: RE: [FDB] Integration >> Date: Wed, 30 Apr 2014 20:17:29 +0100 >>

RE: [FDB] Integration

2014-04-30 Thread Frédéric THOMAS
in the existing libs, should we create an other lib that pure AS3 project could reference ? how do you see it could be better ? Is it a good solution for IDEs ? Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Wed, 30 Apr

RE: [FDB] Integration

2014-04-30 Thread Frédéric THOMAS
It is not even that, even if I stop in the main thread, switch to the worker and try to stop it, it doesn't want, digging into Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Wed, 30 Apr 2014 19:47:33 +010

RE: [FDB] Integration

2014-04-30 Thread Frédéric THOMAS
message sent to a worker: simpleRequestResponseMessageIsolate(DMessage.OutStopDebug, DMessage.InBreakAtExt, every, isolateId); Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > Date: Wed, 30 Apr 2014 17:02:01 + > > Looks right.

Re: [FDB] Integration

2014-04-30 Thread Alex Harui
in order to have a place to break. > var i:int = 0; >} >} >} > > >Frédéric THOMAS > >> From: aha...@adobe.com >> To: dev@flex.apache.org >> Subject: Re: [FDB] Integration >> Date: Wed, 30 Apr 2014 16:18:04 + >> >>

RE: [FDB] Integration

2014-04-30 Thread Frédéric THOMAS
break. var i:int = 0; } } } Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > Date: Wed, 30 Apr 2014 16:18:04 + > > > > On 4/30/14 8:49 AM, "Frédéric THOMAS" wrote: > > >Coul

Re: [FDB] Integration

2014-04-30 Thread Alex Harui
On 4/30/14 8:49 AM, "Frédéric THOMAS" wrote: >Could be a solution, you meant like the idleTimer in SystemManager ? Actually, I was referring to debugTickler in Application.as (both mx and spark). -Alex

RE: [FDB] Integration

2014-04-30 Thread Frédéric THOMAS
Could be a solution, you meant like the idleTimer in SystemManager ? Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > Date: Wed, 30 Apr 2014 15:28:26 + > > > > On 4/30/14 8:15 AM, "Alexander Doroshko" &

RE: [FDB] Integration

2014-04-30 Thread Frédéric THOMAS
: Wed, 30 Apr 2014 19:24:58 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > On 30.04.2014 19:20, Frédéric THOMAS wrote: > > > >> You are right, suspending all running workers that contain the file, > >

Re: [FDB] Integration

2014-04-30 Thread Alex Harui
On 4/30/14 8:15 AM, "Alexander Doroshko" wrote: >On 30.04.2014 17:30, Frédéric THOMAS wrote: >>> Why to put some BP in on the suspended ones ? >> I meant : Why to put some BP only in the suspended ones ? >You are right, suspending all running workers that contain the file, >setting breakpoint t

Re: [FDB] Integration

2014-04-30 Thread Alexander Doroshko
On 30.04.2014 19:20, Frédéric THOMAS wrote: You are right, suspending all running workers that contain the file, setting breakpoint there (and probably resuming?) seems to be the best. Sure resuming it if I halted it. Unfortunately some workers may fail to suspend if they are doing nothing.

RE: [FDB] Integration

2014-04-30 Thread Frédéric THOMAS
Apr 2014 19:15:32 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > On 30.04.2014 17:30, Frédéric THOMAS wrote: > >> Why to put some BP in on the suspended ones ? > > I meant : Why to put some BP only in the

Re: [FDB] Integration

2014-04-30 Thread Alexander Doroshko
P.S. I have some extra days off this week and will be able to continue discussion only on Monday.

Re: [FDB] Integration

2014-04-30 Thread Alexander Doroshko
ml BP fix on it. That's what I played with. Alexander > Frédéric THOMAS > >> From: webdoubl...@hotmail.com >> To: dev@flex.apache.org >> Subject: RE: [FDB] Integration >> Date: Wed, 30 Apr 2014 14:21:45 +0100 >> >>>> I created 2 tickets [1] f

RE: [FDB] Integration

2014-04-30 Thread Frédéric THOMAS
m > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Wed, 30 Apr 2014 14:21:45 +0100 > > > > I created 2 tickets [1] for the merge, [2] for the fix, I > attached it the fixed FDB. Main thread with the target file is not > paused > > Switching wor

RE: [FDB] Integration

2014-04-30 Thread Frédéric THOMAS
oint again for each existing worker that didn't contain the > file before. Yep, was my goal too. Frédéric THOMAS > Date: Wed, 30 Apr 2014 15:37:38 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > On 30.04

Re: [FDB] Integration

2014-04-30 Thread Alexander Doroshko
On 30.04.2014 14:14, Frédéric THOMAS wrote: I created 2 tickets [1] for the merge, [2] for the fix, I attached it the fixed FDB. Main thread with the target file is not paused Switching workers when VM is paused after new worker creation seems to work now, that' great! Setting a breakpoint to t

RE: [FDB] Integration

2014-04-30 Thread Frédéric THOMAS
he.org > Subject: Re: [FDB] Integration > Date: Wed, 30 Apr 2014 03:16:46 + > > > > On 4/29/14 3:30 PM, "Frédéric THOMAS" wrote: > > > >So, is there any objection to have one version in the SDK and one in > >Falcon ? > I'm ok with that. > > -Alex > > >

Re: [FDB] Integration

2014-04-29 Thread Alex Harui
On 4/29/14 3:30 PM, "Frédéric THOMAS" wrote: >So, is there any objection to have one version in the SDK and one in >Falcon ? I'm ok with that. -Alex

RE: [FDB] Integration

2014-04-29 Thread Frédéric THOMAS
e any objection to have one version in the SDK and one in Falcon ? Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > Date: Tue, 29 Apr 2014 21:35:03 + > > Yes, definitely. If you can get FDB with workers to not need Falcon

RE: [FDB] Integration

2014-04-29 Thread Frédéric THOMAS
al breakpoints as desired, and then type 'continue'. (fdb) continue > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Tue, 29 Apr 2014 20:32:08 +0100 > > > Trying to open any file > > triggers event at worker si

Re: [FDB] Integration

2014-04-29 Thread Alex Harui
7;t think that a good idea. > >Instead, can we have 2 versions ? one using the current ASC classes and >shipped with the current SDK, the other one in Falcon ? > >Frédéric THOMAS > >> From: aha...@adobe.com >> To: dev@flex.apache.org >> Subject: Re: [FDB] Integration >

RE: [FDB] Integration

2014-04-29 Thread Frédéric THOMAS
g that out ! Frédéric THOMAS > Date: Tue, 29 Apr 2014 20:53:28 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > On 29.04.2014 20:23, Alex Harui wrote: > > IMO, unless the discussion is going to cover proprietar

RE: [FDB] Integration

2014-04-29 Thread Frédéric THOMAS
AS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > Date: Tue, 29 Apr 2014 16:41:33 + > > > > On 4/29/14 9:35 AM, "Frédéric THOMAS" wrote: > > >The integration of the worker code itself which requires, in orde

Re: [FDB] Integration

2014-04-29 Thread Alexander Doroshko
same message as for unresolved breakpoint is probably ok. Any thoughts ? Frédéric THOMAS Date: Tue, 29 Apr 2014 19:48:39 +0400 From: alexander.doros...@jetbrains.com To: webdoubl...@hotmail.com Subject: Re: [FDB] Integration All bugs are there unfortunately.

Re: [FDB] Integration

2014-04-29 Thread Alex Harui
On 4/29/14 9:35 AM, "Frédéric THOMAS" wrote: >The integration of the worker code itself which requires, in order to be >total, to modify the Ant script that build FDB in order to link the >Falcon sources (AST classes used to evaluate the expression), at the >moment I didn't do this part and the

RE: [FDB] Integration

2014-04-29 Thread Frédéric THOMAS
I meant: I wouldn't like to commit that in this state. Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [FDB] Integration > Date: Tue, 29 Apr 2014 17:35:50 +0100 > > The integration of the worker code itself which requires, in o

RE: [FDB] Integration

2014-04-29 Thread Frédéric THOMAS
e some big interess, anyway, that's something that will go soon in JIRA Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > Date: Tue, 29 Apr 2014 16:23:38 + > > IMO, unless the discussion is going to cover proprietary aspect

Re: [FDB] Integration

2014-04-29 Thread Alex Harui
ll send >>it to you. >> >> Unfortunately, I haven't been able to work on it yesterday but will >>continue tonight. >> >> Frédéric THOMAS >> >> [1] https://github.com/doublefx/downloadFileWorker >> >> >>> Date: Tue, 29 Apr 2014

RE: [FDB] Integration

2014-04-29 Thread Frédéric THOMAS
Done !! :-) Thanks, Frédéric THOMAS > Date: Tue, 29 Apr 2014 19:03:39 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > Yes, I'd gladly try it. We can switch to personal emails in order not to > spam the list

Re: [FDB] Integration

2014-04-29 Thread Alexander Doroshko
sterday but will continue tonight. Frédéric THOMAS [1] https://github.com/doublefx/downloadFileWorker Date: Tue, 29 Apr 2014 15:25:23 +0400 From: alexander.doros...@jetbrains.com To: dev@flex.apache.org Subject: Re: [FDB] Integration Hi Frédéric, that's great that you are ready to put th

RE: [FDB] Integration

2014-04-29 Thread Frédéric THOMAS
4 15:25:23 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: [FDB] Integration > > Hi Frédéric, > that's great that you are ready to put the effort into fdb with workers > support! > > I have to say that IntelliJ IDEA still doesn't sup

Re: [FDB] Integration

2014-04-29 Thread Alexander Doroshko
Hi Frédéric, that's great that you are ready to put the effort into fdb with workers support! I have to say that IntelliJ IDEA still doesn't support debugging apps with workers. I spent some time on it but faced some bugs in fdb that were not that easy to workaround. That's not an excuse for

Re: [FDB] Integration

2014-04-26 Thread Alex Harui
Awesome! On 4/26/14 5:01 PM, "Frédéric THOMAS" wrote: >Hi, > >To resume a bit what I did and discover today: > >1- I merged the donated code to the the current FDB, keeping the existing >fixes and the current ExpressionEvaluator (I guess It is possible to use >the new Falcon based implementation

RE: RE : FDB has old code ?

2014-01-27 Thread Frédéric THOMAS
g one, maybe not, in any cases, it could be a good thing to do a clean up after if it is not already done in the new one. Thanks, Frédéric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: RE : FDB has old code ? > Date: Mon, 27 Jan 2014 17:45:53 + > &g

Re: RE : FDB has old code ?

2014-01-27 Thread Alex Harui
ough. > >[1]https://issues.apache.org/jira/browse/FLEX-34062 >[2] https://issues.apache.org/jira/secure/attachment/12625347/fdb.jar > >> Date: Fri, 24 Jan 2014 15:51:41 +0100 >> From: a...@binitie.com >> To: dev@flex.apache.org >> Subject: Re: RE : FDB has old

RE: RE : FDB has old code ?

2014-01-27 Thread Frédéric THOMAS
] https://issues.apache.org/jira/secure/attachment/12625347/fdb.jar > Date: Fri, 24 Jan 2014 15:51:41 +0100 > From: a...@binitie.com > To: dev@flex.apache.org > Subject: Re: RE : FDB has old code ? > > Je te souhaite mieux > > On Fri 24 Jan 2014 15:44:44 WAT, webdoublefx wro

Re: RE : FDB has old code ?

2014-01-24 Thread aYo
/2014 14:26 (GMT+00:00) A : dev@flex.apache.org Objet : Re: FDB has old code ? I think SWD is only relevant for ActionScript 1.0 and 2.0. Flash files with debugging turned on would produce a swd file. When debugging was toggled on in the Flash Player (and a debugging swf was loaded), a call fo

RE : FDB has old code ?

2014-01-24 Thread webdoublefx
Thanks Scott for having tried :-) Btw Im sick today, will propably commit on sunday, the time to clean up things Envoyé depuis un mobile Samsung Message d'origine De : Scott Talsma Date :24/01/2014 14:26 (GMT+00:00) A : dev@flex.apache.org Objet : Re: FDB has old

Re: FDB has old code ?

2014-01-24 Thread Scott Talsma
I think SWD is only relevant for ActionScript 1.0 and 2.0. Flash files with debugging turned on would produce a swd file. When debugging was toggled on in the Flash Player (and a debugging swf was loaded), a call for the swf's swd would be made. I just did a small test, creating a debuggable Fl

Re: FDB has old code ?

2014-01-23 Thread Alex Harui
I don't know the code that well, but the swd part always surprised me. Old flash swfs had swd files, but I didn't think Flex SWFs did. On 1/23/14 9:43 AM, "Frédéric THOMAS" wrote: >Hi, > >I noticed some old code, unused code path, old coding pratices in FDB and >more important, it is very slow r

RE: FDB vs FB debugging ?

2014-01-19 Thread Frédéric THOMAS
Committed and built jar attached for testing purpose https://issues.apache.org/jira/browse/FLEX-34049 Thanks, Frédéric THOMAS > Date: Fri, 17 Jan 2014 15:38:31 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: FDB vs FB debugging ? > >

Re: FDB vs FB debugging ?

2014-01-17 Thread Alexander Doroshko
if we need something else applied for IDEs later. Any other thoughts ? Thanks, Frédéric THOMAS Date: Fri, 17 Jan 2014 14:44:12 +0400 From: alexander.doros...@jetbrains.com To: dev@flex.apache.org Subject: Re: FDB vs FB debugging ? Yes, something like fdb -escaped-var-values. If enabled then

RE: FDB vs FB debugging ?

2014-01-17 Thread Frédéric THOMAS
e, so, it is acceptable IMO. Frédéric THOMAS > From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: FDB vs FB debugging ? > Date: Fri, 17 Jan 2014 10:59:37 + > > Sounds good to me, I'll just rename IDEA- to IDE- :-) and maybe keep -ide > inste

RE: FDB vs FB debugging ?

2014-01-17 Thread Frédéric THOMAS
m > To: dev@flex.apache.org > Subject: Re: FDB vs FB debugging ? > > Yes, something like fdb -escaped-var-values. > If enabled then there's no need in start/end markers (like > "IDEA-ESCAPE-START"/"IDEA-ESCAPE-END"), as var values are always >

Re: FDB vs FB debugging ?

2014-01-17 Thread Alexander Doroshko
édéric THOMAS wrote: hum, what do you mean, something like "fdb -ide" ? Frédéric THOMAS Date: Fri, 17 Jan 2014 14:29:32 +0400 From: alexander.doros...@jetbrains.com To: dev@flex.apache.org Subject: Re: FDB vs FB debugging ? Ok, I got your point, the only thing I'm thinking

RE: FDB vs FB debugging ?

2014-01-17 Thread Frédéric THOMAS
hum, what do you mean, something like "fdb -ide" ? Frédéric THOMAS > Date: Fri, 17 Jan 2014 14:29:32 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: FDB vs FB debugging ? > > > Ok, I got your point, the only thing

Re: FDB vs FB debugging ?

2014-01-17 Thread Alexander Doroshko
Ok, I got your point, the only thing I'm thinking about could be to introduce a new first level helper command which would set a boolean value to apply this escapes, does it make sense ? Or may be just add undocumented command line option.

RE: FDB vs FB debugging ?

2014-01-17 Thread Frédéric THOMAS
18:26:36 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: FDB vs FB debugging ? > > > > Btw, does it means the idea-fdb-fix will contains only the StringUtil / > > ExpressionCache fixes now ? > Yes > > I didn't integrat

RE: FDB vs FB debugging ?

2014-01-16 Thread Frédéric THOMAS
I've seen he did it.) Thanks, Frédéric THOMAS [1] https://issues.apache.org/jira/browse/FLEX-34042 > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: FDB vs FB debugging ? > Date: Thu, 16 Jan 2014 15:54:15 + > > Well, we need Alexander to attach it so

Re: FDB vs FB debugging ?

2014-01-16 Thread Alex Harui
he release. > >Thanks, >Frédéric THOMAS > >> From: aha...@adobe.com >> To: dev@flex.apache.org >> Subject: Re: FDB vs FB debugging ? >> Date: Thu, 16 Jan 2014 14:22:16 + >> >> Yay Fred! Great job! >> >> Alexander, can you attach the F

RE: FDB vs FB debugging ?

2014-01-16 Thread Frédéric THOMAS
Moved ! Thanks, Frédéric THOMAS > Date: Thu, 16 Jan 2014 18:31:59 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: FDB vs FB debugging ? > > > Alexander, can you attach the FDB patches you gave to Fred to one of the > > JIRA issu

Re: FDB vs FB debugging ?

2014-01-16 Thread Alexander Doroshko
Alexander, can you attach the FDB patches you gave to Fred to one of the JIRA issues? That way we can have a consistent way of tracking your permission to use those patches. Sure, attached to https://issues.apache.org/jira/browse/FLEX-34042

RE: FDB vs FB debugging ?

2014-01-16 Thread Frédéric THOMAS
déric THOMAS > From: aha...@adobe.com > To: dev@flex.apache.org > Subject: Re: FDB vs FB debugging ? > Date: Thu, 16 Jan 2014 14:22:16 + > > Yay Fred! Great job! > > Alexander, can you attach the FDB patches you gave to Fred to one of the > JIRA issues? That way

Re: FDB vs FB debugging ?

2014-01-16 Thread Alexander Doroshko
Btw, does it means the idea-fdb-fix will contains only the StringUtil / ExpressionCache fixes now ? Yes I didn't integrated this fix because you told me it is more an IDE thing and I didn't look at it closely, what impact it would be to integrate it and using FDB standalone ? The fix escape

Re: FDB vs FB debugging ?

2014-01-16 Thread Alex Harui
at it closely, what impact it would be to integrate it >and using FDB standalone ? > >Thanks, >Frédéric THOMAS > >> Date: Thu, 16 Jan 2014 18:00:05 +0400 >> From: alexander.doros...@jetbrains.com >> To: dev@flex.apache.org >> Subject: Re: FDB vs FB debugging

RE: FDB vs FB debugging ?

2014-01-16 Thread Frédéric THOMAS
look at it closely, what impact it would be to integrate it and using FDB standalone ? Thanks, Frédéric THOMAS > Date: Thu, 16 Jan 2014 18:00:05 +0400 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: FDB vs FB debugging ? > > Checked in the rep

Re: FDB vs FB debugging ?

2014-01-16 Thread Alexander Doroshko
Checked in the repo - ok for me, thank you for these fixes! The problem with ANEs is not stable and depends on the Moon phase. Test case was simple - any app with any ANE. I don't remember which one I used when was working on the issue. But since you took my code that was tested at the moment

RE: FDB vs FB debugging ?

2014-01-16 Thread Frédéric THOMAS
0 > From: alexander.doros...@jetbrains.com > To: dev@flex.apache.org > Subject: Re: FDB vs FB debugging ? > > Looks good! May I take a look at the final DebugCLI.java source code? > > Hi Alexander, > > > > Just attached the fixed fdb.jar for test in the JIRA parent [1] with

  1   2   >