Jump to content

need help in getting dbg extension to work


eddierosenthal

Recommended Posts

I have the xampp install on my xp laptop-php 5.2.2

 

i wanted to add the dbg extension as part of  plan to get eclipse install running.

i downloaded dbg dlls, and renamed the 5.2.2 dll to dbg_dll and put it in ext/ directory.

( looking at phpinfo this is the extension directory).

 

looking at phpinfo the php.ini is loaded from apache/bin/php.ini.

entry in that php.ini file looks like this:

[debugger]

extension=php_dbg.dll

debugger.enabled = true

debugger.profiler_enabled = true

debugger.JIT_host = clienthost

debugger.JIT_port = 7869

 

i also copied the dbg dll to windows/system32 dir.

as of yet i see no proof of dbg extension being read.

what am i missing?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.