Recently, I need to hook up a webpage in the enterprise account. I have never been involved in development before, and I didn't know how to debug it at the beginning. later, my colleagues introduced how to use the "web developer tool", so I went online and, it is really easy to use. It not only supports Android and IOS, but also supports debugging the HybridAPP. of course, you can also use Google's developer tools to debug the Hybrid application. Recently, I need to hook up a webpage in the enterprise account. I have never been involved in development before, and I didn't know how to debug it at the beginning. later, my colleagues introduced how to use the "web developer tool", so I went online and, it is really easy to use. It not only supports Android and IOS, but also supports debugging the Hybrid APP. of course, you can also use Google's developer tools to debug the Hybrid APP.
In real-machine debugging, there are two debugging modes: Normal debugging and X5 Blink kernel debugging. The former is used in both Android and IOS, and the latter is a debugging method unique to Android. it supports breakpoints, almost the same as Google's Developer Tools, and has powerful functions, however, you need to verify whether the mobile phone supports this mode. generally, Android is supported in later versions.
Normal debugging mode
Note,If you cannot find the device after you click start debugging, you need to re-connect the data line. this method has been proven to be better than restarting the device.
The above is the detailed introduction of web developer tools. For more information, see other related articles on php Chinese network!