Error message: "unexpected termination of script, debugging ended", when debugging PHP with Xdebug and Eclipse -
i'm getting following error when debugging:
php.ini settings:
xdebug.remote_enable=true xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.remote_handler=dbgp
assuming no syntax errors, make sure not have watches cause script crash debugger attempts evaluate them.
from experience, common cause such death.
regardless of that, may wish change internal web browser, ie tends provide cryptic error messages, or use external browser session (and use remote debugging).
Comments
Post a Comment