Error in installing dbg module for - http://localhost/ |
|
Hi,
I saw many threads in this forum but didn't get answer. I have Php-5.2.1 and NuSphere-phped-5.0eval-Win32 I get error 'Failed to start debug session. Make sure debug module installed on server that corrosponds to http://localhost/myDir/about.php URL.' Referring following URL. http://www.nusphere.com/kb/technicalfaq/howto_install_dbg_module.htm I copied program files/nusphere/phped/debugger/server/Win32/X86/php_dbg.dll-5.2.x to php/ext/ folder Added following lines to php.ini extension=php_dbg.dll-5.2.x debugger.enabled=on debugger.profiler_enabled=on debugger.hosts_allow=localhost ;debugger.hosts_deny=ALL debugger.ports=7869, 10000/16 restarted my computer but phpinfo() is not outputting any DBG reference. Any suggetions what I might be doing wrong, are welcome? Needs to debug this application on local IIS not PHPEd Srv. Thanks |
||||||||||||
|
Site Admin
|
no, extension is always loaded with extension_dir appended, so if you have extension_dir=C:\PHP\Ext and extension=C:\PHP\Ext\php_dbg.dll-5.2.x php will try to load C:\PHP\Ext\C:\PHP\Ext\php_dbg.dll-5.2.x and certainly will fail. The only way to load with absolute path is zend_extension_ts (or zend_extension under unix/linux where php works w/o threadsafety) |
||||||||||||||
_________________ The PHP IDE team |
Error in installing dbg module for - http://localhost/ |
|
||
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