1) Setting a new value did not work because the short name was send to XDebug instead...
authorrobekras <robert.kraske@weihenstephan.org>
Sun, 30 Dec 2012 14:25:17 +0000 (15:25 +0100)
committerrobekras <robert.kraske@weihenstephan.org>
Sun, 30 Dec 2012 14:25:21 +0000 (15:25 +0100)
commitb29d66d2b88c38f57d613d5266a21bd463d9294c
treeea7593576ccf114a9a8108a1ae5aabbf48379232
parentd6f39f041a37f0050c18ec544aa83d0dc25deab3
1) Setting a new value did not work because the short name was send to XDebug instead of the full (long) name.
2) When updating the variable list, we have to set the new XDebugAbstractValue to the old variable, else we would also not be able to set a new value to the variable.

Signed-off-by: robekras <robert.kraske@weihenstephan.org>
net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugStackFrame.java
net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugVariable.java