There isn't an equivalent feature out of the box... but here are some
other options you might consider for Flex 2:
 
* RemoteObject uses Channels to communicate with remote endpoints. These
channels log events at various levels. You can see this information by
creating a logging target to listen for these events. The quickest way
to do this is to add the following MXML tag to your app:
 
<mx:TraceTarget level="0" />
 
The TraceTarget class uses the Flash trace() API to report events to the
flashlog.txt file in the debug version of the Flash Player.
 
* An equivalent system exists on the FDS server in the
/WEB-INF/flex/services-config.xml, specifically in logging section,
where by you can set the level to "Debug" and then ensure the Endpoint.*
pattern is enabled as a filter. The default ConsoleTarget uses
System.out and System.err to report events to the application console
(or logs depending on your server).
 
* Third party tools have started to add AMF 3 awareness to their
products. One example is Charles v2.5, see http://www.xk72.com/charles/.
 
 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of pauscato1
Sent: Saturday, November 18, 2006 3:31 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] NetConnectionDebugger



Hi in flex 1.5 we used NetConnectionDebugger for debuggung owe VO this 
tool was greeat, is there a NetConnectionDebugger for flex 2 ?

Cato



 

Reply via email to