Debugging stops with "Error" [message #57216] |
Sat, 06 October 2007 10:03 |
Eclipse User |
|
|
|
Originally posted by: stroncococcus.gmx.de
Hello!
I am trying to get the Zend Debugger to work with Eclipse, but
encountered some problems.
I am using the all in one package from PDT site
(pdt-1.0.0.R20070917-debugger-5.2.10.v20070905-all-in-one-li nux-gtk.tar.gz)
under Ubunu Feisty.
I try to debug a bigger local installed php site (the CMS drupal).
At first everything seems to work fine, but after some debugging steps
(perhaps 100 or so) the debug process stops with error message "Problem
occured" ... details "Error" (very meaningful ;-))
This happens everytime after a variable number of steps, but not
everytime on the same place.
Then some other things I encountered probs. When simply calling
"phpinfo()" I get nothing at all (an empty webpage).
This also happens when I try to invoke phpmysqladmin.
As installation guide I used
http://www.thierryb.net/pdtwiki/index.php?title=Using_PDT_:_ Installation_:_Installing_the_Zend_Debugger
The phpmyadmin problem (or perhaps all problems?) could be, because I
configured the "Configuring for Mysql" part wrong, as the tutorial only
explains things for windows.
Here my configurations:
/opt/eclipse_pdt/plugins/org.zend.php.debug.debugger.linux.x 86_5.2.10.v20070905/resources/php5/php.ini:
zend_extension=./ZendDebugger.so
extension_dir = "/usr/lib/php5/20060613+lfs/" extension=mysql.so
extension=mysqli.so include_path = "/usr/lib/php5/20060613+lfs/"
/etc/php5/apache2/php.ini: (extract)
[Zend]
zend_extension=/usr/lib/php5/20060613+lfs/ZendDebugger.so
zend_debugger.allow_hosts=127.0.0.1/32, 192.168.0.0/16
zend_debugger.expose_remotely=always
Any help?
Kai
|
|
|
Powered by
FUDForum. Page generated in 0.06358 seconds