# 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:
Example of database call:
Example of response package:
# 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.