Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » How to configure Zend Debugger with Eclipce on Windows
How to configure Zend Debugger with Eclipce on Windows [message #1858617] Wed, 12 April 2023 06:08
alex ev is currently offline alex evFriend
Messages: 4
Registered: April 2023
Junior Member
Folder location in my computer
1. My workspace - E:\Php\Tst1
2. My Appache - D:\Apache24
3. My Php - D:\PhpCli7
4. My Eclipse (last version) - D:\Eclipse\eclipse
5. ZendDebugger Dll location -D:\ZendDebugger\php-7.0.x\ZendDebugger.dll

Inside PHP.INI on D:\PhpCli7 I have added recomended parameters

zend_extension=D:\ZendDebugger\php-7.0.x\ZendDebugger.dll
zend_debugger.allow_hosts=localhost:8189
zend_debugger.expose_remotely=always


My Server definition inside folder E:\Php\Servers\PHP7 at localhost-config is

<?xml version="1.0" encoding="UTF-8"?>
<Server>
	<Port name="HTTP/1.1" protocol="HTTP">8189</Port>
    <PathMapping local="/Tst1" module="Tst1" remote="E:\Php\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\htdocs\Tst1"/>
</Server>


What next? I can not see any Zend Debugger section at all.

I see a lot of Eclipse Tabs with name DEBUGGER.
Where is correct place to add Zend Debugger?
And What value I need to define in order to stop page on break?
Previous Topic:How to configure (Run on server) and (PHP web application) on Windows
Next Topic:[solved] Installation of PHP impossible
Goto Forum:
  


Current Time: Thu May 02 06:16:49 GMT 2024

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

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

Back to the top