I am trying to debug a project and the breakpoint I set tells me that: "Breakpoint will not currently be hit. No symbols loaded for this document" . I had a look in the modules while debugging and saw that webserver.exe has a symbol status of 'Cannot find or open the PDB file' as does vsphp_tils.dll.
Can anyone shed any light as to why this is happening?
I am using the latest version for visual studio 2008 (trial version so far until I can get this resolved)

juanc says:

Are you using the built-in web server or your own web server?

michaelcunning says:

hi juanc,
I push 'Start Debugging' and it comes up on the task bar that it uses vs.php built in server. I chose the DBG debug engine from the project properties
thanks
mike

juanc says:

don't use DBG unless you are using your own web server. With the built-in engine you can only use XDebug.

gregd says:

VS.PHP 2.9
Visual Studio Beta - 10.0.30319.1
I can set breakpoints, but when I start debugging I get the "Breakpoint will not currently be hit. No symbols loaded for this document". for every breakpoint
I tried the steps in this thread and the other thread on breakpoints, but to no avail.
I did not try creating a simple project yet. I created a new project from an existing web site.
I am using the internal debugger w/o changing any settings.

juanc says:

would it be possible to try with the RTM version of Visual Studio?

There were a number of issues with the beta.

gregd says:

Loaded VS Release v10.0.303191.1 RTMrel
still have same problem - breakpoints are set, but when in debug can not be hit - no symbols.
On a regular basis, I delete my project and check-out and then create new project (PHP).
Windows 7
Should I be deleting a director/setup-config file/etc?

ok, if I do debug->break-all, then hit F10 a few times, I get into my source file and the break point is set and active. And then after that in this debug session the break point is active. New breakpoints I set are not active if I use F10, when I use F5 the breakpoints become active.

When I start a new debug session, the breakpoints are not active. I can repeat this.

juanc says:

Are you using your own web server or the built-in one?