php - php7.0-dbg Installed and don't work -
i installed php7.0-dbg using ppa:ondrej/ph ubuntu lts 14.04. after installation tryed run phpdbg
command, received message:
phpdbg: command not found
did understand wrong? package?
my dpkg -l php7.0
*
from documentation, can start debugger typing in command:
$ gdb
and run:
> run path_to_php_script.php
finally see trace log:
> bt
Comments
Post a Comment