# Debugging

# Network Panel

From WeChat Developer Tools 1.02.1905302 and base library 2.7.1 and later, Cloud Base operation requests (database, cloud function, file storage calls, etc.) are shown in the Mini Program Network panel in the format of API name (except wx.cloud.uploadFile and wx.cloud.downloadFile). There is also a special request type cloud, for which the environment ID, request body (the request body in a database call is shown in SDK syntax), JSON response package, time consumed, and call stack that are actually requested are shown.

Here's an example:

devtools-cloud-network

Example of database call:

devtools-cloud-network

Example of response package:

devtools-cloud-network

# Note on Environment

From WeChat Developer Tools 1.02.1905302 and later and base library 2.7.1 and later, if wx.cloud.init is used in the Mini Program debugger, the default calling environment used in the Mini Program configured currently is shown in the debugger.

devtools-network-cloud-init