Not able to run xdebug from the browser

gilles

Active Member
#1
I have added xdebug.so to /usr/local/lsws/lsphp80/etc/php/8.0/litespeed/php.ini, and I can trigger it without problem when doing:
/usr/local/lsws/lsphp80/bin/lsphp .../public_html/index.php​

but for some reason, it does not trigger when I load a page in the browser (despite my using the browser Xdebug helper extension).

Is there something different about how /usr/local/lsws/lsphp80/bin/lsphp is called when using doing a regular browser access?
And if so, how do I make xdebug work?
 
Top