php7.0-dbg Installed and don't work

464 Views Asked by At

I installed php7.0-dbg using ppa:ondrej/ph into my ubuntu LTS 14.04. After the installation I tryed run phpdbg command, but I received the message:

phpdbg: command not found

Did I understand wrong? What is that package?

My dpkg -l php7.0*

enter image description here

1

There are 1 best solutions below

0
Khanh Tran On

From documentation, you can start the debugger by typing in this command:

$ gdb

And run:

> run path_to_php_script.php

Finally to see the back trace log:

> bt