Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » debug doesn't stop
debug doesn't stop [message #1492906] Sun, 30 November 2014 07:08 Go to next message
elisabetta russo is currently offline elisabetta russoFriend
Messages: 2
Registered: November 2014
Junior Member
hi, I have
Version: Luna Service Release 1 (4.4.1)
PDT 3.3.1
Lubuntu 12.04
Xdebug

I run my php project and it go on...I see the number of line change but the arrow of debug is fixed only on my first break point, the arrow doesn't moves

in phpinfo I see xdebug correct
xdebug.remote_enable On On
xdebug.remote_handler dbgp dbgp
xdebug.remote_host 127.0.0.1 127.0.0.1
xdebug.remote_log no value no value
xdebug.remote_mode req req
xdebug.remote_port 10010 10010


this is my xdebug.ini
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=10010

root@elisa-VirtualBox:/home/elisa# netstat -tulpn | grep :10010
tcp6 0 0 :::10010 :::* LISTEN 12328/eclipse
Re: debug doesn't stop [message #1493820 is a reply to message #1492906] Mon, 01 December 2014 01:39 Go to previous messageGo to next message
Mark Dexter is currently offline Mark DexterFriend
Messages: 324
Registered: July 2009
Senior Member
Have a look at this forum post: https://www.eclipse.org/forums/index.php/t/823451/.

Good luck.
Re: debug doesn't stop [message #1541907 is a reply to message #1493820] Fri, 02 January 2015 09:54 Go to previous message
Peter Cummins is currently offline Peter CumminsFriend
Messages: 1
Registered: January 2015
Junior Member
If you are using Maven, this is often due to the local source being for a different version than you the executable you are trying to debug. For instance:

I develop v1.0.34-SNAPSHOT and commit to our SVN repository.
The CI server automatically compiles this version
I use the CI server to release version 1.0.34
I deploy v1.0.34 to say Weblogic
I try to debug, and Eclipse gets confused - it has source for 1.0.34-SNAPSHOT but the running version is 1.0.34

Another problem I have seen in older Eclipse versions, is that if two projects import different versions of the same library, then the debugger gets confused as to which source it should use. I've not tested this on Kepler or Luna.
amerald.com/
Previous Topic:Eclipse linux permission
Next Topic:How to I add WSDL visual editor to Eclipse IDE Java 4.4.1
Goto Forum:
  


Current Time: Thu Apr 25 09:58:41 GMT 2024

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

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

Back to the top