Re: [Flashcoders] debug tool?

2005-12-13 Thread Mike Boutin

Does

LuminicBox.Log also work in flash 8? i cant seem to get it to log a 
message though it doesnt get any errors...



John Grden wrote:


Yeah i agree, if you're just into logging, LuminicBox/Flashinspector is a
great tool

John

On 12/13/05, Jim Tann <[EMAIL PROTECTED]> wrote:
 


LuminicBox Logger



   


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] debug tool?

2005-12-13 Thread old9
yeah, x-ray rocks

On 12/13/05, John Grden <[EMAIL PROTECTED]> wrote:
>
> Yeah i agree, if you're just into logging, LuminicBox/Flashinspector is a
> great tool
>
> John
>
> On 12/13/05, Jim Tann <[EMAIL PROTECTED]> wrote:
> >
> > LuminicBox Logger
> >
> >
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



--
  t.E.l : +8605513602273
  m.o.B : +8613855184110
q.Q : 7387905
B.L.o.G : http://old9.wordpress.com
  E.m.A.i.L : qi.jiahui⊕gmail.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] debug tool?

2005-12-13 Thread John Grden
Yeah i agree, if you're just into logging, LuminicBox/Flashinspector is a
great tool

John

On 12/13/05, Jim Tann <[EMAIL PROTECTED]> wrote:
>
> LuminicBox Logger
>
>
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] debug tool?

2005-12-13 Thread Jim Tann
LuminicBox Logger

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike
Boutin
Sent: 13 December 2005 03:41
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] debug tool?

I am creating a project in flash/php/xml output,  It is a pain to debug
because I cannot use trace things out because I have to test the
application in the web browser.  Is there any free programs out there
that I can trace data to?

Heather
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] debug tool?

2005-12-13 Thread Mike Mountain
I use Xray all the time - can only praise it, it saves me no end of
time.

M 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of John Grden
> Sent: 13 December 2005 04:33
> To: Flashcoders mailing list
> Subject: Re: [Flashcoders] debug tool?
> 
> Hey Mike, check out the videos for Xray I have out there.
> 
> Should give you a really good view of what it does and if 
> it'll work for your needs.
> 
> http://labs.blitzagency.com/?p=79
> 
> John
> 
> On 12/12/05, Mike Boutin <[EMAIL PROTECTED]> wrote:
> >
> > I just want to be able to see the incoming/outgoing data, 
> as well as 
> > just send random traces to it when developing.
> >
> > Heather
> > - Original Message -
> > From: "Pranav" <[EMAIL PROTECTED]>
> > To: "Flashcoders mailing list" 
> > Sent: Monday, December 12, 2005 7:54 PM
> > Subject: Re: [Flashcoders] debug tool?
> >
> >
> > > Flash supports remote debugging . are you looking for 
> a debugger
> > tool
> > > with some extra capabilities ?
> > >
> > > Pranav
> > >
> > >
> > >>I am creating a project in flash/php/xml output,  It is a pain to 
> > >>debug because I cannot use trace things out because I 
> have to test 
> > >>the application in the web browser.  Is there any free 
> programs out 
> > >>there
> > that
> > >>I can trace data to?
> > >>
> > >>Heather
> > >>___
> > >>Flashcoders mailing list
> > >>Flashcoders@chattyfig.figleaf.com
> > >>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >>
> > >>
> > >
> > > ___
> > > Flashcoders mailing list
> > > Flashcoders@chattyfig.figleaf.com
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> 
> 
> 
> --
> John Grden - Blitz
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] debug tool?

2005-12-12 Thread John Grden
Hey Mike, check out the videos for Xray I have out there.

Should give you a really good view of what it does and if it'll work for
your needs.

http://labs.blitzagency.com/?p=79

John

On 12/12/05, Mike Boutin <[EMAIL PROTECTED]> wrote:
>
> I just want to be able to see the incoming/outgoing data, as well as just
> send random traces to it when developing.
>
> Heather
> - Original Message -
> From: "Pranav" <[EMAIL PROTECTED]>
> To: "Flashcoders mailing list" 
> Sent: Monday, December 12, 2005 7:54 PM
> Subject: Re: [Flashcoders] debug tool?
>
>
> > Flash supports remote debugging . are you looking for a debugger
> tool
> > with some extra capabilities ?
> >
> > Pranav
> >
> >
> >>I am creating a project in flash/php/xml output,  It is a pain to debug
> >>because I cannot use trace things out because I have to test the
> >>application in the web browser.  Is there any free programs out there
> that
> >>I can trace data to?
> >>
> >>Heather
> >>___
> >>Flashcoders mailing list
> >>Flashcoders@chattyfig.figleaf.com
> >>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >>
> >>
> >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



--
John Grden - Blitz
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] debug tool?

2005-12-12 Thread Pranav
I guess for your need... flash native remote debugging should work just 
fine if you encounter any problem  or if you are unable to gather 
some information about  flash debugger just let me know.


Pranav

Mike Boutin wrote:

I just want to be able to see the incoming/outgoing data, as well as 
just send random traces to it when developing.


Heather
- Original Message - From: "Pranav" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Monday, December 12, 2005 7:54 PM
Subject: Re: [Flashcoders] debug tool?


Flash supports remote debugging . are you looking for a debugger 
tool with some extra capabilities ?


Pranav


I am creating a project in flash/php/xml output,  It is a pain to 
debug because I cannot use trace things out because I have to test 
the application in the web browser.  Is there any free programs out 
there that I can trace data to?


Heather
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] debug tool?

2005-12-12 Thread Johannes Nel
for monotoring http calls i use tcptrace or traceplus depending wether i am
at work or not. one is free the other is not...

On 12/12/05, Mike Boutin <[EMAIL PROTECTED]> wrote:
>
> I just want to be able to see the incoming/outgoing data, as well as just
> send random traces to it when developing.
>
> Heather
> - Original Message -
> From: "Pranav" <[EMAIL PROTECTED]>
> To: "Flashcoders mailing list" 
> Sent: Monday, December 12, 2005 7:54 PM
> Subject: Re: [Flashcoders] debug tool?
>
>
> > Flash supports remote debugging . are you looking for a debugger
> tool
> > with some extra capabilities ?
> >
> > Pranav
> >
> >
> >>I am creating a project in flash/php/xml output,  It is a pain to debug
> >>because I cannot use trace things out because I have to test the
> >>application in the web browser.  Is there any free programs out there
> that
> >>I can trace data to?
> >>
> >>Heather
> >>___
> >>Flashcoders mailing list
> >>Flashcoders@chattyfig.figleaf.com
> >>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >>
> >>
> >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



--
j:pn
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] debug tool?

2005-12-12 Thread Mike Boutin
I just want to be able to see the incoming/outgoing data, as well as just 
send random traces to it when developing.


Heather
- Original Message - 
From: "Pranav" <[EMAIL PROTECTED]>

To: "Flashcoders mailing list" 
Sent: Monday, December 12, 2005 7:54 PM
Subject: Re: [Flashcoders] debug tool?


Flash supports remote debugging . are you looking for a debugger tool 
with some extra capabilities ?


Pranav


I am creating a project in flash/php/xml output,  It is a pain to debug 
because I cannot use trace things out because I have to test the 
application in the web browser.  Is there any free programs out there that 
I can trace data to?


Heather
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] debug tool?

2005-12-12 Thread chall3ng3r
Product website: http://www.orison.biz/products/friendlyghost/?fgfc

// chall3ng3r //


On 12/13/05, Flash guru <[EMAIL PROTECTED]> wrote:
>
> I don't have to much experience with it yet but x-ray should do it. From
> what I read its great.
>
> http://osflash.org/doku.php?id=xray#xray_video_tutorials
>
> If that doesn't work you can always make a dynamic text area and trace to
> that.
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] debug tool?

2005-12-12 Thread Pranav
Flash supports remote debugging . are you looking for a debugger 
tool with some extra capabilities ?


Pranav

Mike Boutin wrote:


I am creating a project in flash/php/xml output,  It is a pain to debug because 
I cannot use trace things out because I have to test the application in the web 
browser.  Is there any free programs out there that I can trace data to?

Heather
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] debug tool?

2005-12-12 Thread Flash guru
I don't have to much experience with it yet but x-ray should do it. From
what I read its great.

http://osflash.org/doku.php?id=xray#xray_video_tutorials

If that doesn't work you can always make a dynamic text area and trace to
that.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] debug tool?

2005-12-12 Thread Johannes Nel
goto osflash.org, there are several debugging sollutions there using local
connection or just moitoring the flash log file. i still use afterthought
(got it from artificialcolors.com)

On 12/12/05, Mike Boutin <[EMAIL PROTECTED]> wrote:
>
> I am creating a project in flash/php/xml output,  It is a pain to debug
> because I cannot use trace things out because I have to test the application
> in the web browser.  Is there any free programs out there that I can trace
> data to?
>
> Heather
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



--
j:pn
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] debug tool?

2005-12-12 Thread Mike Boutin
I am creating a project in flash/php/xml output,  It is a pain to debug because 
I cannot use trace things out because I have to test the application in the web 
browser.  Is there any free programs out there that I can trace data to?

Heather
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders