Debug with PHPEdit V0.8.0.25 problem
Posted: Wed Mar 17, 2004 6:44 am
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
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