Mobile real machine test

the great gods would like to ask if there is any tool that can test the mobile page on the real machine, and then look at the console on the computer.

Feb.27,2021

there is actually a very simple method. When you run the node server locally, change localhost to the ip address of your computer, and then copy the page address to your phone to run. If you are using a hot update configured with webpack, the phone will automatically refresh after changing the code on your computer.


1. Wechat web developer tool, you can test the mobile page with a real machine according to the steps, but it is difficult to connect to the real machine.
2. vconsole , from the plug-in, you can view the console on the real machine by configuring it on webpack .


recommends a warehouse: https://github.com/wuchangmin.


ghostlab you deserve it.


USB link to the computer, use chrome://inspect to view the console
https://blog.csdn.net/freshlo.

Menu