For development and debugging I use the combination Zend Studio 12 + Xdebug. The projects are stored on a Windows 7 local machine, shared with as shared folders
with a Linux Virtualbox VM, and executed there. It's my environmnet looks like.
The debugging works and I can also debug (vendor) libraries within a "common" project. But if the IDE project is a library or a container with multiple libraires, it doesn't have 1. a URL (like my-project.loc
) and 2. an index file. I've faked the URL and the index.php
:
but it's not working.
How to get Xdebug working with Zend Studio for PHPUnit code in the context of a library / container IDE project?