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*

enter image description here

from documentation, can start debugger typing in command:

$ gdb 

and run:

> run path_to_php_script.php 

finally see trace log:

> bt 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -