My box is windows 7 x64 and upgraded to xampp for windows 1.7.0.

As shown at the attached screen shot, dbg-php-5.2.dll not browse at phped debugging.
My apm setting for debugging is as follows;
httpd-vhost.conf
<VirtualHost *:8080>
ServerName tester.localhost
ServerPath k:/web/settest
DocumentRoot k:/web/settest
<Directory "k:/_web/settest">
Options -Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ErrorLog D:/xampp/Apache/logs/localhost_error_log
CustomLog D:/xampp/Apache/logs/localhost_access_log combined
</VirtualHost>
[debugger] at php.ini
[debugger]
zend_extension_ts="D:\xampp\php\ext\dbg-php-5.2.dll" (replaced with phped's)
debugger.enabled=on
;debugger.enable_session_cookie=on
;debugger.session_nocache=On
;debugger.JIT_enabled=On
;debugger.JIT_level=3
debugger.profiler_enabled=on
debugger.hosts_allow= 127.0.0.1 192.168.0.1 hanpedro.localhost
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
eaccelerator.enable="0"
Any comment would be appreciated.
Thanks in advance.