Tagged Questions
The geben tag has no wiki summary.
1
vote
0answers
117 views
Emacs+geben: Open local files when debugging instead of remote ones
Prerequisites
Web server with PHP and xdebug. htdocs directory shared via NFS.
Developer machine running emacs with geben. Files edited via NFS mount of server htdocs directory.
The problem
When ...
0
votes
2answers
574 views
Geben for emacs on Ubuntu 10.04
I've had geben running perfectly on previous versions of Ubuntu. After the upgrade, and installing the latest version of geben (0.26), it only half works. Specifically, when in context mode, local ...
0
votes
1answer
104 views
nxhtml and geben: debug mode stops responding to keystrokes upon step into html/php mixed line
I'm using the php debugger geben and nxhtml-mode. While debugging, as soon as I step into a mixed line such as
<foo><?php bar(); ?></foo>
the debugger is no longer accepting ...
0
votes
2answers
480 views
How to set up geben for Emacs on Windows?
I have problems setting up geben-on-emacs on Windows.
I have:
GNU Emacs 23.0.60.1
geben 0.22
xampp 1.7.0
Xdebug 2.0.4
Native Debugclient is working fine: debug session gets established and I can ...