Debugger process vsphp_dbg breaks

Project:VS.Php for Visual Studio 2005
Component:Debugger
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Steps to reproduce:

I have to breakpoints in my project. I start debugging, go to the second breakpoint, add some variables to the Watch window, and then stop debugging.

Then I restart debugging and stop at the first breakpoint. The watch window is still selected, and now the process vsphp_dbg breaks. It is, because the variables in the watch window are not initialized yet.

Environment:
Windows XP Service Pack 2
Debugging Engine: XDebug
Visual Studio 2005 + VS.Php 2005 Module

PS: I can't attach the process vsphp_dbg to another Visual Studio, to create a disassembly. It says, that the process is already debugged by another application.

Updates

#1 submitted by Nekromanter on Tue, 2007-11-20 23:08

Just noticed that it works with DBG as debugger.

#2 submitted by webmaster on Sat, 2007-11-24 08:19

Could you please email me a sample script and the names of the variables that need to be in the watch window?

Thanks