Posted March 5th, 2010 by Leonos
I have downloaded the latest build of vs.php 2.9 for VS2010.
During install it suddenly says 'missing file' and I cannot continue the setup. I have VS2010 RC
The 'old' 2.8 for VS2010 can be installed, but crashes my vs2010 on opening a php file or project, so that is not an option.
juanc says:
Can you run the installer like this
msiexex /l file.log /i vsphp_en.msi
btw the file open issue still there but will be fix
by tomorrow.
Juan
Leonos says:
I have downloaded a new installer the 4th and with that one, I can run the installer without problems.
Unfortunately I still cannot open a single php file.
When doing this, VS2010RC immediately crashes.
It is possible to open a PHP project, but debugging is disabled.
juanc says:
There is a new build that fixes the open file crash
Leonos says:
Good job, this BUG is idd gone now and I can edit my php files in VS2010RC. Next step is the debugging.
It would be nice if you could enable debugging for single php files. I used PHPEdit for editting php files and with that program this was possible, that was awesome.
juanc says:
Once you start a debug session, you can still make changes to the PHP files. That would be close to what you get in PHPEdit.
juanc says:
BTW for debugging to work you need to create a PHP project. Are you doing that and still not able to debug?
Leonos says:
Yeah, debugging works when I create a project.
This is great. I will go and uninstall PHPEdit now.
But fact is that in PHPEdit you could debug a php file without creating a project. That was an easy feature.
Open a php file and click start to debug.
But I'm happy with this too.
PHPEdit has many anoying bugs and strange behaviour.