Joined: 25 Jan 2005 |
Posts: 1 |
|
|
 |
Posted: Mon Jan 24, 2005 3:20 am |
|
 |
 |
 |
 |
Settings of my php.ini file
extension=dbg.so
[debugger]
debugger.enabled=On
debugger.profiler_enabled=On
Here's my input to dbg-cli:
dbg>set mode 1;
dbg>set mapurlroot http://localhost/
dbg>set mapremoteroot /opt/apache2/htdocs/
dbg>set maplocalroot /opt/apache2/htdocs/
dbg>file /opt/apache2/htdocs/test/index.php
Reading symbols from /opt/apache2/htdocs/test/index.php...done.
dbg>run
Program exited.
Session start timeout has expired.
Program is not being run.
dbg>
i am using php5 and apache 2
|