I've read a few articles on this, and have become comfortable with using Eclipse PDT and XDebug to debug PHP, with the server running locally.
For a remote server and codebase, where I can make the php setting changes to configure XDebug, I'd like to debug remotely.
I'm concerned about the settings of xdebug.remote_host and _port
particularly since I'm behind a Comcast router (with a public IP different than my Eclipse computer). Does this imply I'd need port forwarding to get Eclipse PDT to work as my XDebug client ?
I haven't decided if I want to invest time to go that route, or if it would be wise to use the FireFox add-on, 'easy Xdebug'. Perhaps it would give me all the functionality I need.