Hi I am newbie with using xdebuger tool and I need help with settings.

Now I am using test trial version of VS.PHP 2.9 and visual studio 2010. I would like to debug some PHP code but every code debugging ends with error code.

In the process of debugging visual studio randomly! (not at same code line number) stops debugging with this error:

The thread 'Win32 Thread' (0x11dc) has exited with code 0 (0x0).
Error detect:
==> error code: 10054
==> error message: error calling send():
The virtual circuit was reset by the remote side executing a "hard"
or "abortive" close. For UPD sockets, the remote host was unable to
deliver a previously sent UDP datagram and responded with a
"Port Unreachable" ICMP packet. The application should close
the socket as it is no longer usable.
The program '[3176] vsphp_dbg.exe: PHP' has exited with code 0 (0x0).
The program '[3044] BrowserLauncher.exe: Managed (v2.0.50727)' has exited with code 0 (0x0).
The program '[3044] BrowserLauncher.exe: Native' has exited with code 0 (0x0).

It can be problem with incompatibility with 64bit version of windows?

I tried three different version of Xdebug dll but with the same result:(

Thank you for any idea

Here is my configuration settings:
=========================

Windows 7 64bit version
VS 2010
IIS 7 with PHP 2.5 + FastCGI installed
Path to PHP 2.5 is C:\Program Files (x86)\Jcx.Software\VS.Php\2010\Php 5.2
xdebug path is: C:\Program Files (x86)\Jcx.Software\VS.Php\2010\Php 5.2\ext

basic php info:
=============
PHP Version 5.2.13

System Windows NT PCLPNB 6.1 build 7600
Build Date Feb 24 2010 14:30:19
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-snapshot-template=d:\php-sdk\snap_5_2\vc6\x86\template" "--with-php-build=d:\php-sdk\snap_5_2\vc6\x86\php_build" "--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared" "--without-pi3web" "--enable-mongo=shared"
Server API CGI/FastCGI
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File C:\Program Files (x86)\Jcx.Software\VS.Php\2010\Php 5.2\php.ini
Scan this dir for additional .ini files (none)
additional .ini files parsed (none)
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
IPv6 Support enabled

Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with Xdebug v2.0.2-dev, Copyright (c) 2002-2007, by Derick Rethans

xdebug support enabled
Version 2.0.2-dev

xdebug dll version is now 2.0.2.0 but I tested last 2.1.0 rc1 too (same result). I am using 32bit version of dll only.

apppool setting in IIS7 for web: Enable 32bit Applications = True

php ini xdebug important parts:
=====================
; Windows: "\path1;\path2"
include_path = ".;C:\Program Files (x86)\Jcx.Software\VS.Php\2010\php 5.2\pear;C:\Program Files (x86)\Jcx.Software\VS.Php\2010\"
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\Program Files (x86)\Jcx.Software\VS.Php\2010\php 5.2\ext"
zend_extension_ts="C:\Program Files (x86)\Jcx.Software\VS.Php\2010\php 5.2\ext\php_xdebug.dll"
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;
[XDebug]
xdebug.idekey = vsphp
xdebug.remote_enable = 1
xdebug.remote_host = 127.0.0.1
xdebug.remote_port = 7870
xdebug.remote_autostart = 1
xdebug.remote_log = "C:\xdebug\xdebug.log"