tekai / geben-on-emacs

Automatically exported from code.google.com/p/geben-on-emacs
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Local variables not displaying values in context mode #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install geben + xdebug on Ubuntu 10.04
2. Open Emacs, and enter geben mode
3. Start stepping through some code
4. Enter geben context mode

What is the expected output? What do you see instead?
Expected output would be to have the local variable values. Instead, local
variables that are clearly defined in the code, display an 'undef' value.

What version of the product are you using? On what operating system?

Using latest version (0.26) and Emacs 23.1.1 on Ubuntu 10.04 (Lucid Lynx).

Please provide any additional information below.

This was working fine for me on the previous version of Ubuntu. I've tried
completely re-installing geben, with no luck

Original issue reported on code.google.com by jhedst...@gmail.com on 18 May 2010 at 9:08

Attachments:

GoogleCodeExporter commented 8 years ago
Upgrading xdebug to 2.1.0 rc1 fixed the issue for me.

Original comment by jhedst...@gmail.com on 21 May 2010 at 12:46

GoogleCodeExporter commented 8 years ago
having identical problem on emacs 23.1.1.
geben worked great for over a year - I think either an emacs slime or php 
memcache install broke it.

reinstalled and upgraded: php (and memcache), xdebug 2.1.0, and latest geben 
(0.26) to no avail.

geben collects initial script context correctly via process buffer (attached), 
but is then unresponsive to expansion of context variable tree nodes (e.g. 
_SERVER)

Original comment by jad...@gmail.com on 17 Sep 2010 at 10:00

Attachments:

GoogleCodeExporter commented 8 years ago
fixed by removing emacs slime

Original comment by jad...@gmail.com on 17 Sep 2010 at 10:03

GoogleCodeExporter commented 8 years ago
I can confirm that updating to xdebug 2.1.0 (not the rc in my case) worked, and 
i could keep my precious slime aswell.

Original comment by letha...@gmail.com on 14 Dec 2010 at 9:40