Skip to main content

Logical Layer Memory Debugging

Developers can utilize the Memory panel in the Simulator to capture a snapshot of the JS heap memory of the mini program's logic layer. This allows for the analysis of memory distribution and aids in resolving memory leaks.

img.png

img.png

For comprehensive instructions, please refer to the Memory panel in Chrome's developer tools.