Posted February 17th, 2009 by sscooter1010
I just downloaded VS.PHP 2.6 for Visual Studio 2005. I created a PHP 4 project, and added a line to the index.php file:
<?php
/* TODO: Add code here */
echo "got here"; // breakpoint set here does not get hit
?>I didn't do any configuration on the system files - what did I need to do?
juanc says:
Can you try a PHP 5 and see if you have the same problem?