Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » XDebug doesn't work properly
XDebug doesn't work properly [message #1837688] Thu, 04 February 2021 09:00 Go to next message
Philippe Leménager is currently offline Philippe LeménagerFriend
Messages: 3
Registered: February 2021
Junior Member
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 14:57 Go to previous message
Peter Sutter is currently offline Peter SutterFriend
Messages: 1
Registered: March 2021
Junior Member
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 07:25]

Report message to a 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: Tue Apr 23 08:58:26 GMT 2024

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

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

Back to the top