Is there any documentation? What would be the easiest setup for running the debugger and web server on the client?

I just created a project and put in phpinfo(); and got an error.

'webserver.exe': Loaded 'C:\Program Files\Jcx.Software\VS.Php\2010\webserver.exe', Cannot find or open the PDB file
'webserver.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
'webserver.exe': Loaded 'C:\Windows\System32\mscoree.dll', Cannot find or open the PDB file
'webserver.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file
'webserver.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file
Windows has triggered a breakpoint in webserver.exe.

Ultimately, my code will be residing on a Linux server.

If this is all covered somewhere else on the site, you can just point me there.

juanc says:

you can try enable the option: "Enable Apache debugging" in the project settings under debug->advanced

Let me know if that works for you,

Juan

RickBeall says:

That was impressive. When I rebooted it simlpy worked without my having to do anything..

Apparently it even installed MySQL? How do I get to a MySQL prompt?

I also want to set up my DOS prompt (okay Win7 prompt) so the environment variables are set so I can run the MySQL from the command line. Is there documentation somewhere for that?

juanc says:

VS.Php comes with the MySQL module for PHP but does not install the MySQL server itself.