Skip to main content



      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 00:33
Eclipse UserFriend
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 00:45] by 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: Mon Jul 07 23:34:24 EDT 2025

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

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

Back to the top