DBG and Windows 7 |
Guru master
|
The "different versions" you are trying are not related to the version of DBG, those are all the same. The version has to match the version of PHP you have installed. ie 5.2 is for PHP5.2
Unless you have a very good reason you should leave JIT enabled. A default DBG config pretty much is the following: [debugger] debugger.enabled=on debugger.profiler_enabled=on debugger.hosts_allow=ALL debugger.ports=7869 debugger.JIT_enabled=on You might want to change the hosts_allow though if you don't want everyone to be able to connect. (I'm not sure that option even works for the freeware version though) I hope that that helps. |
||||||||||||
|
|
Thanks Blizz for your Answer, but it didn't help.
I found a solution. All lines in php.ini with "zend" have to be deactivated. Now i have another problem: The DBG Listener cannot find the expert debugger: Failed to open or create an instance of IDE CoClass {FB52DCF0-C1D6-470F-9EB2-F7394C70DED0}. OSERR (0x80004002) 'Schnittstelle nicht unterstützt'. The Windows 7 Firewall is not active. What can i do? |
||||||||||||
|
|
The solution for the Problem is, that the Listener of the expert debugger distribution has to be used. To install the listener seperate does not work, at least with Windows 7.
|
||||||||||||
|
Guru master
|
The debug listener (tries to) instantiates an instance of the COM object that is registered as the "IDE CoClass".
If you don't have a compatible IDE/debug application installed it will give that error, as you found out yourself already. The listener just acts as an agent between the debugging application and your PHP. |
||||||||||||
|
DBG and Windows 7 |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by