I'm wondering if anyone else using NetBeans for PHP development can help me 
solve an issue that is making me tear my hair out. 

I have a number of different projects running simultaneously. My typical run 
setup is to use the PHP built-in server on port 8080. I'm running Netbeans 11.1 
on a Mac running OSX 10.13. 

The machine already has apache running on port 80 ( courtesy of FileMaker 
Server ). I find it much easier to initiate php's built in server from the 
directory that the project is built in than to constantly push things over to 
the directory running apache on port 80. 

The problem I have is that I can only get xDebug to respond to one project. If 
I trigger debug from one project, it works happily. If I close that project and 
try to debug another project it will not connect. My run configuration work 
well enough to start from the correct directory, so that much works. 

I really need to know how to ensure that xDebug will connect to the project 
that is running currently. Without the ability to debug I'm flying blind. 

thanks,

malcolm


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to