Hello,
I am currently running Zend Server CE / Zend Studio 7 / Windows 7 64 Professional.
I have a working project I want to debug. I am running my project from a virtual host I created like (http://dev.myproject.com).
In the Debug configuration I have set the PHP Server to http://dev.myproject.com, In my virtual host directory (which is located in my home directory NOT the zend server install directory) I placed the Dummy.php file and verified by clicking on Test Debugger.
When I launch the Debug session I get a Path Mapping Dialog for 50+ Zend Framework Library files. Now my Zend Framework Library files exist at C:\Program Files (x86)\Zend\ZendServer\share\ZendFramework\library\Zend and are configured in my projects PHP Include Path. Oddly enough, I am not able to select a local file via the include path, instead for every single file it asks about I have to click the radio button at the bottom of the path mapping dialog to use the file on the server.
The entire process has to be repeated every time I run debug, and takes about ten minutes to start a single debug session, repeatedly selecting use the file on the server.
If I click the Debug Configuration -> Advanced -> Source Location -> The Server. Then no breakpoints will work at all.
If I go through the path mapping routine my breakpoints work, but I cannot set a breakpoint in any of the PHP Include Path files (library/Zend).
What am I doing wrong? Thanks in advance.




