Trying to debug a web page with Apache Netbeans IDE 12 and XDEBUG.
The page loads correctly outside the debug environment - but, when I enable XDEBUG via browser add-in (xdebug-helper):
Netbeans stops correctly at First Line
When I step to next statement, AH01071: Got error 'PHP message: ' appears in Apache error log (but nothing beyond 'PHP Message: ')
Browser displays blank screen, status 200, zero Content-Length
Final lines of remote_xdebug log are:
[346989] <- step_into -i 53 [346989] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="53" status="stopping" reason="ok"></response> [346989] Log closed at 2020-08-01 20:28:33
Syslog has nothing related
Where else can I look to figure out this problem?