Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Debugging stops with "Error"
Debugging stops with "Error" [message #57216] Sat, 06 October 2007 14:03
Eclipse UserFriend
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
Previous Topic:PDT debugging - MVC issues
Next Topic:command line debugging
Goto Forum:
  


Current Time: Fri Apr 26 14:43:44 GMT 2024

Powered by FUDForum. Page generated in 0.14660 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top