Error message: “when debugging PHP with Xdebug and eclipse, the script is terminated unexpectedly, and debugging is over”
•
Java
I encountered the following errors while debugging:
PHP. Ini settings:
xdebug.remote_enable=true xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.remote_handler=dbgp
Solution
Assuming there are no syntax errors, ensure that there is no monitoring that causes the script to crash when the debugger attempts to evaluate the script
In my experience, this is the most common cause of this early death
In any case, you may also want to change the internal web browser, because ie tends to provide mysterious error messages or use an external browser session (and use remote debugging)
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码