Eclipse Expressions debug panel slice arrays at 31 elements
When trying to expand arrays in the eclipse expression view pane only the first 0 ... 30 elements are expanded. The rest will just launch the extension button. Has anyone encountered this problem and fixed it?
This is not a problem in the cluttered variable view, only in the Expression view. My workaround is to watch the array snippet which is very tedious.
+3
Ray foss
source
to share
2 answers
In Eclipse go to Window -> Preferences -> PHP -> Debug -> Installed Debuggers. Highlight XDebug and click Configure. In the window that appears, you can see the depth of the array and the maximum children. Setting these values ββhigher will give you more data about your variables.
+6
Faiz Mohamed Haneef
source
to share
In Aptana Studio 3, the option is in Window-> Preferences-> Aptana Studio-> Editors-> PHP-> Debug
-1
AJK
source
to share