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.

