Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » XDebug doesn't work properly
XDebug doesn't work properly [message #1837688] Thu, 04 February 2021 04:00 Go to next message
Eclipse UserFriend
Hello,

I just installed XDebug on my Eclipse (2020-09) PDT and I try to configure it following the Eclipse Wiki tutorial.

Trying to use it with a simple 3 lines file, it well opens Firefox automatically :
1) It doesn't open Debug perspective automatically ;
2) It doesn't show variables when I open Debug perspective manually ;
3) All file is executed instead of stoping on the first line or the first breakpoint.
Re: XDebug doesn't work properly [message #1839867 is a reply to message #1837688] Tue, 30 March 2021 10:57 Go to previous message
Eclipse UserFriend
I am also fighting with XDebug at the moment. I may be a step further:
Go to the Xdebug site (Xdebug.org) and check whether you have the latest version (copy and paste the content of phpinfo). If not replace the php_xdebug.dll in php/ext.
Now you most likely get version 3 of xdebug which listens to port 9003, not 9000. So correct the port in the eclipse configurations.
I finally got it running :-)

[Updated on: Wed, 31 March 2021 03:25] by Moderator

Previous Topic:How to include workspcace project folder in run URLs in Ecplise for PHP?
Next Topic:Having multiple source folders sharing same output target
Goto Forum:
  


Current Time: Sat Apr 19 10:44:21 EDT 2025

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

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

Back to the top