FAQ: Can't start debug session with remote server
Quote: |
I inserted DebugBreak() function call into my script running on remote Apache and whenever I launch it though the browser I see x.x.x.x client connected and x.x.x.x client disconnected in DbgListener log window. Nothing else happens. How to run debugger ? |
If you want to debug scripts running on a remote server you should at least create a project and specify the following properties for it:
root directory (local copy of apache htdocs)
remote root directory (apache htdocs)
root URL (http://yourserver/)
also set run mode to "HTTP/3rd party web server".