I have a PHP script in which, at one point, I call exec() on another PHP script. This runs perfectly fine, but it hangs when using the XDebug debugger in NetBeans. This is causing me all sorts of problems, as I'm unable to debug the entire application.I have a PHP script in which, at one point, I c