Debugging behind NAT
ssh -R 9000:127.0.0.1:9000 [email protected]# debugging services
pbx-console debug WorkerCdr 127.0.0.1
# debugging php scripts
xdebug-enable 127.0.0.1
# debugging php-agi scripts
xdebug-enable-agi 127.0.0.1
# debugging php REST API
xdebug-enable-www 127.0.0.1Last updated
Was this helpful?