| [news.eclipse.tools.pdt] Re: How to prevent debug opening the browser? |
As to why PDT is working the way it is for the non-JIT debug setup... Xdebug looks for a cookie within the current page request to see if it should send debug information to the remote host. The only way for that cookie to exist is for PDT to open up a browser with the cookie information put into the URL so that Xdebug can set the cookie. Check out: http://www.xdebug.org/docs/remote and look at the section on HTTP Debug Sessions. PDT is doing its bests to handle what Xdebug requires to get a debug session started.