1) Moved the hasRecursion and the updateVariableList to PHPStackframe class.
authorrobekras <robekras>
Thu, 20 Oct 2005 19:28:23 +0000 (19:28 +0000)
committerrobekras <robekras>
Thu, 20 Oct 2005 19:28:23 +0000 (19:28 +0000)
commitcbc57deb77de7eb79d01f0f464ddd4dee43d64a1
tree2808247f14ab10169ada346c4ad287c1b4b28a93
parentbe3be35b18f092335ff0323efe3cacd0ece8733a
1) Moved the hasRecursion and the updateVariableList to PHPStackframe class.
2) Introduced the fUpToDate flag for avoiding unnecessary variable reading from DBG.
3) Introduced new resetHasChangedInfo method.
4) Break recursion in findVariable.
5) Read the variables from DBG in findVariable if variable list is not up-to-date.
That's necessary for the hover function, in case the variable tree is hidden.
net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPStackFrame.java