When debugging PHP web applications with emacs and geben, the web app's files that are opened are not the local files but "dummy" files that represent the file contents on the server.
The main problem I have with that is that I can't directly edit the files because I'd change them on the server, which causes several things:
Ideally, a mapping of remote paths to local paths would need to be setup, but I think that's currently not possible with geben. Are there solutions to this problem?
I am not sure what OS you are using, but you may have more success using sshfs, as it seems that that is what you are using to connect to the remote server.
Try setting up your ssh with a private key. That way you will not get asked for the password so much.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With