Questions tagged [geben]
9 questions
25
votes
1 answer
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 debugging PHP web applications with emacs and geben,…

cweiske
- 30,033
- 14
- 133
- 194
7
votes
1 answer
emacs+geben how do I open a file to put breakpoints in it
When I'm debugging code in a framework, it usually goes through a bunch of different calls in different files before actually getting to the file I want to investigate. Is there a way to open the file I want when I start geben, put the breakpoint…

Silfheed
- 11,585
- 11
- 55
- 67
4
votes
1 answer
Debugging multi-file PHP script with Emacs and GEBEN
I have XDebug working fine on my local machine (I have apache running locally) and I am able to debug php scripts fine with eclipse. I prefer to edit files with emacs, however, and so I came across the GEBEN package. I installed it fine, and I am…

bstamour
- 7,746
- 1
- 26
- 39
3
votes
0 answers
xdebug from remote server and emacs/geben
I'm trying to debug a php script running inside apache on a remote server by using geben (0.24) on emacs (24.2.1) on a local box. xdebug connects, but the php script is not opened in a geben buffer. Instead, a comint buffer is opened, which is…

Vijay Ramachandran
- 125
- 1
- 4
1
vote
0 answers
How can i see the return value of a function/method in Geben (Emacs remote debugging client for Xdebug)?
Using Geben to debug PHP code with Emacs. Sometimes, while stepping in a method/function code, I encounter code like this:
function someFunction($parameter)
{
(...)
=> return (someOtherFunction($parameter) + $somePreviousResult) /…

Gonçalo Marrafa
- 2,013
- 4
- 27
- 34
1
vote
0 answers
emacs make-network-process fails, how to debug?
I've been using geben on emacs just fine.
after I rebooted, I can't run geben.
I debugged the elisp and found make-network-process produces error, but I can't debug it because its native.
The error output is
(file-error "make server process failed"…

eugene
- 39,839
- 68
- 255
- 489
0
votes
2 answers
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 issue various debug commands.
This is what happens…

Pavel Chuchuva
- 22,633
- 10
- 99
- 115
0
votes
2 answers
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 variables are always marked as undefined.
Has…

jhedstrom
- 3,378
- 1
- 23
- 19
0
votes
1 answer
How do I clear geben call breakpoints?
Using emacs geben plugin, I've added breakpoints to my php application via the breakpoint menu: where B opens up a menu where you get to choose from
1) line 2) call ..., etc.
I've chosen call and added the function name to the list of…

JTG
- 8,587
- 6
- 31
- 38