To debug a PHP app in PHPEd the root of the project needs to be set to the web folder of my app.
However, the PHP files to be editted are outside of the web folder.
Is it possible to configure PHPEd to run debug from within the /web folder, while displaying all of the PHP files in the workspace?
Desired workspace layout
** Workspace Title
**** Project Title
****** Controller files
****** Model files
****** View files
****** Web folder - Debug needs to run from this folder