i think mine has the sweetest logo for any debugger I have ever seen...

On 7/18/06, Aaron Buchanan <[EMAIL PROTECTED]> wrote:

And does it have a cool logo? Huh?

Hehe.

a


On 7/18/06 4:04 PM, "Steven Sacks | BLITZ" <[EMAIL PROTECTED]> wrote:

> Is it open source and freely available like Xray is?
>
> BLITZ | Steven Sacks - 310-551-0200 x209
>
>
>> -----Original Message-----
>> From: [EMAIL PROTECTED] [mailto:flashcoders-
>> [EMAIL PROTECTED] On Behalf Of eric dolecki
>> Sent: Tuesday, July 18, 2006 4:00 PM
>> To: Flashcoders mailing list
>> Subject: Re: [Flashcoders] Techniques to disable/enable "debug mode"
>>
>> i have something like XRAY, but you never take snapshots, it works
>> runtime,
>> and has special trace statements, allows me to fire functions runtime
> with
>> arguments, interrogate variable values, properties, you name it. It
> can
>> work
>> with multiple SWFS (by switching the target), etc.
>>
>> e.d.
>>
>> On 7/18/06, Steven Sacks | BLITZ <[EMAIL PROTECTED]> wrote:
>>>
>>> Another alternative is to do this:
>>>
>>> if (!debug) _global.tt = null;
>>>
>>> or
>>>
>>> if (debug) {
>>>         _global.out = function(m) {
>>>                 NetDebug.trace(m);
>>>                 _global.tt(m);
>>>         }
>>> }
>>>
>>> And use out() as your trace method which universally works in the
> IDE,
>>> with the RemotingConnection Debugger, and with Xray.
>>>
>>> BLITZ | Steven Sacks - 310-551-0200 x209
>>> _______________________________________________
>>> Flashcoders@chattyfig.figleaf.com
>>> To change your subscription options or search the archive:
>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>
>>> Brought to you by Fig Leaf Software
>>> Premier Authorized Adobe Consulting and Training
>>> http://www.figleaf.com
>>> http://training.figleaf.com
>>>
>> _______________________________________________
>> Flashcoders@chattyfig.figleaf.com
>> To change your subscription options or search the archive:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com
>> http://training.figleaf.com
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com

--
Aaron Buchanan | Flash Developer, Lab-Media | T 909 702 1368


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to