Page 1 of 1

Debug with PHPEdit V0.8.0.25 problem

Posted: Wed Mar 17, 2004 6:44 am
by jogen143
Hi

Im using PHPEdit V0.8.0.25 to debug my php pages. It workings find within the IDE, but could not debug using the browser. Then I copied the php_dbg.dll file to php/extensions directory and restarted Apache server. But when I tried to launch phpinfo() page it gives an error: Unable to load dynamic library'./php_dbg.dll' - The specified module could not be found.

NOTE: I have also included the following lines in my php.ini

extension=php_dbg.dll
[Debugger]
debugger.enabled=on
debugger.profiler_enabled=on


debugger.JIT_host = http://localhost:8090/
debugger.JIT_port = 8090


Need help on how to debug php pages using PHPEdit V0.8.0.25 in browser mode.

thanks

Posted: Wed Mar 17, 2004 7:10 am
by patrikG
1. Is php_dbg.dll physically where it should be?
2. Do note that phpedit 0.82 is a beta release, not a release candidate (RC).
3. Have a look at http://www.phpedit.net/support/viewtopic.php?t=620