Home > Article > Backend Development > html - How to debug php on the computer when accessing the url on a mobile phone?
The development environment zendstudio is on the computer. You can access my project through http://192.168.1.100, and you can also access it on your mobile phone. The problem is that I hit a breakpoint (ZendDebugger) on the computer. How can I access it after accessing it on my mobile phone? Breakpoint?
Note: It is not debugging html. The mobile window of chrome f12 cannot enter the breakpoint of php
.
The development environment zendstudio is on the computer. You can access my project through http://192.168.1.100, and you can also access it on your mobile phone. The problem is that I hit a breakpoint (ZendDebugger) on the computer. How can I access it after accessing it on my mobile phone? Breakpoint?
Note: It is not debugging html. The mobile window of chrome f12 cannot enter the breakpoint of php
.
Chrome directly simulates the mobile phone environment and then views it on PC