User Guide

Table Of Contents
88 Chapter 5: The NetConnection Debugger
To use the NetConnection Debugger with your Flash Remoting application
1.
From the Window menu in Flash, select Other Panels > Common Libraries > Remoting.
2.
From the Library panel, drag the RemotingDebugClasses library to the Stage.
3.
Use the following import directive to import the NetDebug class at the beginning of the
ActionScript code for your Flash application:
import mx.remoting.debug.NetDebug;
4.
Call the NetDebug.initialize() method at the beginning of your code, prior to establishing
a connection or using any debugging operations, to initialize debugging.
5.
Open the NetConnection Debugger by selecting Window > Other Panels > NetConnection
Debugger in the Flash authoring environment.
The NetConnection Debugger window appears:
This document does not describe the NetConnection Debugger interface in detail.