1. Add the compile mode

This can be useful when debugging specified pages, for example, simulating a shared page opened by a user

You can also add some simulation parameters and scene values to test

2. Modify the current network status

The wx.onNetworkStatusChange event is triggered when the network environment is modified

3. Check the size of the current project package

4. Real machine debugging

As you all know, the main test is how well the project performs in the real world

5. Global search

[

6. Modify data in real time

Useful for debugging data [

7. View the parameters and scenario values on the current page

Do you still print console in onLoad? [

8. Automate testing

Yes, you can test the performance of your applets automatically.

Wechat official will return a test report to you, you can see the test page has small program rendering events and the first screen loading time and other information, note that you can only apply once in 24 hours

9. Debug multiple accounts

This is also a very useful debugging feature for certain functions, such as chat applets. This feature is useful when multiple accounts need to be tested simultaneously [

10. Cut the background

Open a small program to simulate any scene value. The onShow hook will be triggered when you cut back from the background.

11. Breakpoint debugging

[

Open the debugger ->Sources to find the corresponding breakpoint in the code

12. Debug node styles

The latest version of the development tool can debug the before after style. [

13. Experience scoring tests

It is used to test the overall rating level of the current page, which mainly includes performance, experience and UI. If the rating does not reach A, some suggestions for modification will be given. The reasons for low rating are convenient for developers to modify the problem [

14. Simulate location latitude and longitude

[

15. View cache information

[