Mobile Page debugging tool-UC browser Developer Edition and debugging tool uc
In the development of mobile pages, it is difficult for us to debug as conveniently as the PC end, and there are various debugging methods on the Internet. However, in my work, I mainly used the simulator provided by chorme to simulate various mobile devices. However, after a long time, I found that it was simulated and there were still different results from debugging on the real machine.
To facilitate development, UC released the Android platform UC browser Developer Edition, which mainly supports the following features:
- DOM viewing and Modification
- JavaScript debugging and CSS debugging
- View network status
- View resource files
- Console
For detailed tutorials, see the official documentation of UC browser Developer Edition.
In this way, you can use your Android phone to debug your own pages in real time.