I have multiple virtual hosts on Apache all pointing to my local machine but different folders:
http://local.demoA.com (pathA)
http://local.demoB.com (pathB)
http://local.demoC.com (pathC)
All paths are part of the same project folder structure in IntelliJ but I am having difficulty starting a debug session which hits a URL from demoA and within that the js side of the page calls demoB URL. Makes sense?
I have managed to setup IntelliJ to break on demoA above but will not for demoB.
On the other hand MacGDBp seems to support this (though wont work without setting it to break at first line of execution).