This page applies to Apigee and Apigee hybrid.
View
Apigee Edge documentation.
The Offline Debug tool lets you view and analyze "offline" debug sessions that were previously downloaded in the Debug view in the Proxy Editor. A saved debug session is essentially a "recording" of a debug session, and can be useful for cases where troubleshooting and further analysis is required. The UI for the Offline Debug tool is similar to the Debug view in the Proxy Editor.
To learn about the Debug Tool UI and on downloading debug sessions, see Using Debug.
Debug v2 (new)
To view downloaded debug data using Offline Debug:
-
In the Google Cloud console, go to the Proxy development > Offline Debug page.
-
The Offline Debug view displays:
To load data into the Offline Debug view, click Open Debug Session, select a previously downloaded offline debug session file in JSON format, and then click Open.
Note: When you download a debug session in the Proxy Editor Debug view, the name of the download file has the form
debug-{session ID}.json, where{session id}is the ID of the debug session; however, you can rename the file if you wish.The Apigee UI loads the debug file's data and displays all of the transactions in the list in the Transactions panel.
- Click the row for the transaction in the Transactions panel
to display the transaction in the Transaction Map.
From here, you can explore the debug session just as you would for a newly-created debug session. See Creating a debug session for more information.
Debug v1
To view downloaded debug data using Offline Debug:
- Sign in to the Google Cloud console.
- Select API Proxies from the main view.
Select Develop > Offline Debug.
The Offline Debug view displays:

To load data into the Offline Debug view, click the Open Debug Session button and select a previously downloaded offline debug session file in JSON format.
Note: When you download a debug session in the Proxy Editor Debug view, the name of the download file has the form 'debug-{session ID}.json', where {session id} is the ID of the debug session. However, you can rename the file if you wish.
The Apigee UI loads the debug file's data and displays a new row for the transaction in the left-hand panel.

- Click the row for the transaction in the left-hand panel to display a Gantt chart of
the transaction in a
Gantt chart.

From here, you can explore the debug session just as you would in the Debug view in the new Proxy Editor. See the section "Viewing the Gantt chart for a request and response."