PhpEd Nusphere debugger gives “web server failed” debugging Zend framework project: dbg-wizard not found

June 17, 2010

To debug a Zend framework project set to run on a virtual host, use these settings:

  • Web Server (Apache or another) used for development is located on this machine
  • Document root: C:\zs\quickstart\public (i.e., the PUBLIC directory of your project)
  • URL: http://quickstart.local/ (i.e, the virtual URL of your project)
  • Project root directory: C:\zs\quickstart\public (i.e., the PUBLIC directory of your project)

Previous post:

Next post: