Firebug tool

View: New views
10 Messages — Rating Filter:   Alert me  

Firebug tool

by kanu kukreja-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there's any tool for flex similar to firebug?

Thanks
kanu

Re: Firebug tool

by gers32-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I use FlexSpy (http://code.google.com/p/fxspy/), but I know there are others.

Chris.


Re: Re: Firebug tool

by kanu kukreja-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

its a good tool but i don't know the way to prevent the button it adds for
compiling into the swf when exporting a production release?

On Tue, Nov 3, 2009 at 12:38 PM, gers32 <cbu@...> wrote:

>
>
> I use FlexSpy (http://code.google.com/p/fxspy/), but I know there are
> others.
>
> Chris.
>
>  
>

Re: Re: Firebug tool

by Ek0 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can remove the button and setup a keyboard shortcut.
You can use conditionnal compilation too, it would be cleaner:
http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_21.html

For a project of mine, I wrote a logger that sends the messages to Firebug
too (LGPL license):
http://fisheye.ow2.org/browse/~raw,r=5490/JASMINe/kerneos/trunk/modules/libs/common/client/src/main/flex/org/ow2/jasmine/kerneos/common/util/KerneosLogger.asand
http://fisheye.ow2.org/browse/~raw,r=5490/JASMINe/kerneos/trunk/modules/libs/common/client/src/main/flex/org/ow2/jasmine/kerneos/common/util/MultiOutputTarget.as
But this way, you can only view the log in Firebug, all other Firebug
functionnalities are not active.

2009/11/4 kanu kukreja <kanukukreja@...>

>
>
> its a good tool but i don't know the way to prevent the button it adds for
> compiling into the swf when exporting a production release?
>
> On Tue, Nov 3, 2009 at 12:38 PM, gers32 <cbu@...> wrote:
>
>>
>>
>> I use FlexSpy (http://code.google.com/p/fxspy/), but I know there are
>> others.
>>
>> Chris.
>>
>>
>  
>

Re: Firebug tool

by gers32-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I open Firebug whenever I type the Konami Code, so it's never really officially there, but can be helpful sometimes in production...


Re: Re: Firebug tool

by kanu kukreja-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i tried with demonster debugger and reflexutil3 and i found them good.

On Wed, Nov 4, 2009 at 11:16 PM, gers32 <cbu@...> wrote:

>
>
> I open Firebug whenever I type the Konami Code, so it's never really
> officially there, but can be helpful sometimes in production...
>
>  
>

Re: Re: Firebug tool

by Manu Dhanda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can try Fiddler..
Here it is: http://www.fiddler2.com/fiddler2/

-Manu.


kanu kukreja-2 wrote:
i tried with demonster debugger and reflexutil3 and i found them good.

On Wed, Nov 4, 2009 at 11:16 PM, gers32 <cbu@kitry.fr> wrote:

>
>
> I open Firebug whenever I type the Konami Code, so it's never really
> officially there, but can be helpful sometimes in production...
>
>  
>

Re: Firebug tool

by valdhor-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Fiddler is fine until you need to look at AMF data.

I would recommend Charles (http://www.charlesproxy.com). It may be a commercial product but it has paid for itself many times over.

--- In flexcoders@..., Manu Dhanda <manuraj.dhanda@...> wrote:

>
>
> You can try Fiddler..
> Here it is: http://www.fiddler2.com/fiddler2/
>
> -Manu.
>
>
>
> kanu kukreja-2 wrote:
> >
> > i tried with demonster debugger and reflexutil3 and i found them good.
> >
> > On Wed, Nov 4, 2009 at 11:16 PM, gers32 <cbu@...> wrote:
> >
> >>
> >>
> >> I open Firebug whenever I type the Konami Code, so it's never really
> >> officially there, but can be helpful sometimes in production...
> >>
> >>  
> >>
> >
> >
>
> --
> View this message in context: http://old.nabble.com/Firebug-tool-tp26174861p26211613.html
> Sent from the FlexCoders mailing list archive at Nabble.com.
>



Re: Firebug tool

by Manu Dhanda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yeah.. agreed. Charles does the magic for AMF, but it needs some bucks outta your pocket. Otherwise it's a wonderful product.

-Manu.

valdhor-3 wrote:
Fiddler is fine until you need to look at AMF data.

I would recommend Charles (http://www.charlesproxy.com). It may be a commercial product but it has paid for itself many times over.

--- In flexcoders@yahoogroups.com, Manu Dhanda <manuraj.dhanda@...> wrote:
>
>
> You can try Fiddler..
> Here it is: http://www.fiddler2.com/fiddler2/
>
> -Manu.
>
>
>
> kanu kukreja-2 wrote:
> >
> > i tried with demonster debugger and reflexutil3 and i found them good.
> >
> > On Wed, Nov 4, 2009 at 11:16 PM, gers32 <cbu@...> wrote:
> >
> >>
> >>
> >> I open Firebug whenever I type the Konami Code, so it's never really
> >> officially there, but can be helpful sometimes in production...
> >>
> >>  
> >>
> >
> >
>
> --
> View this message in context: http://old.nabble.com/Firebug-tool-tp26174861p26211613.html
> Sent from the FlexCoders mailing list archive at Nabble.com.
>


Re: Firebug tool

by John3210 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ahh, but so worth it!
John

Manu Dhanda wrote:

> Yeah.. agreed. Charles does the magic for AMF, but it needs some bucks outta
> your pocket. Otherwise it's a wonderful product.
>
> -Manu.
>
>
> valdhor-3 wrote:
>  
>> Fiddler is fine until you need to look at AMF data.
>>
>> I would recommend Charles (http://www.charlesproxy.com). It may be a
>> commercial product but it has paid for itself many times over.
>>
>> --- In flexcoders@..., Manu Dhanda <manuraj.dhanda@...> wrote:
>>    
>>> You can try Fiddler..
>>> Here it is: http://www.fiddler2.com/fiddler2/
>>>
>>> -Manu.
>>>
>>>
>>>
>>> kanu kukreja-2 wrote:
>>>      
>>>> i tried with demonster debugger and reflexutil3 and i found them good.
>>>>
>>>> On Wed, Nov 4, 2009 at 11:16 PM, gers32 <cbu@...> wrote:
>>>>
>>>>        
>>>>> I open Firebug whenever I type the Konami Code, so it's never really
>>>>> officially there, but can be helpful sometimes in production...
>>>>>
>>>>>  
>>>>>
>>>>>          
>>>>        
>>> --
>>> View this message in context:
>>> http://old.nabble.com/Firebug-tool-tp26174861p26211613.html
>>> Sent from the FlexCoders mailing list archive at Nabble.com.
>>>
>>>      
>>
>>
>>    
>
>