Importing Zend Server Event Files allows you to view and analyze trace data (execution data) from your server. The execution data includes function call trees, arguments and return values, function execution duration, memory usage and indication for an executed files name and line of code. This enables you to capture problems when they occur, which eliminates the need to set up environments and reproduce the steps that led up to the failure.
Zend Studio allows you to import a .amf or .xml file:
A .amf file is an event file which can be opened without access to Zend Server . The event file opens in the Code Tracing Perspective and eliminates the need to recreate errors. Instead, you can locate errors directly in the trace data and then Open the Source of Trace Data. You may then edit the source inside of the corresponding local file.
A .xml file is an event file which allows you to recreate an error when you have access to the Zend Server on which the event occurred. See Importing Events Into Zend Studio for more information.
Note:
In order to import a Zend Server Event File, you must first export a Zend Server Event File from your server. For more information see Exporting Trace Information in the Zend Server Online Documentation.
Having an active connection with a licensed version of Zend Server allows you to fully integrate the Code Tracing feature. For more information see Zend Server.
|
|
|
Importing a Zend Server Event File:
The "Import Zend Server Event File" dialog opens.
|
For information about the functionalities available in the Zend Server Code Tracer perspective see Working with Code Tracing. |
|
|
|
|
Related Links: |
|
|