Debug with PHPEdit V0.8.0.25 problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jogen143
Forum Newbie
Posts: 15
Joined: Tue Mar 25, 2003 2:51 am

Debug with PHPEdit V0.8.0.25 problem

Post 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
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post 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
Post Reply