Sometimes when i'm debugging code and i want to check a variable the debugger will just die with this error message

----------------------------------------------------------------------
The program '[7976] vsphp_dbg.exe: PHP' has exited with code 0 (0x0).
!! your party has shut down the connection...
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 '[4636] BrowserLauncher.exe: Managed (v2.0.50727)' has exited with code 0 (0x0).

i cant seem to find any information on how to solve this i tried

disabling the firewall
running visual studio as administrator

i am using vsphp the latest version as of June 16th and vs2010

Please help