Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » HOW TO INSTALL AND RUN XDEBUG IN ECLIPSE OXYGEN with PDT(How to install correct version of php and and xdebug and run debugger as my debugger is not working after lot of effrorts)
HOW TO INSTALL AND RUN XDEBUG IN ECLIPSE OXYGEN with PDT [message #1780581] Wed, 24 January 2018 05:33
anil tulsyan is currently offline anil tulsyanFriend
Messages: 1
Registered: May 2013
Junior Member
I am a newbie for eclipse i installed eclipse in windows 10 for php and installed php 5.633 and downloaded respective binaries of xdebug and corrected php.ini settings
[XDebug]
;; Only Zend OR (!) XDebug

xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
zend_extension_ts="C:\xampp\php\ext\php_xdebug.dll"
but after running the program in debug mode
only terminate button of debug toolbar works and other switches remained greyed out
Please explain all steps step by step

[Updated on: Wed, 24 January 2018 05:45]

Report message to a moderator

Previous Topic:Auto-complete feature doesn't work if 'global' variable is declraed.
Next Topic:Resource/Library/Path inclusions showing above files
Goto Forum:
  


Current Time: Fri Apr 26 19:00:23 GMT 2024

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

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

Back to the top