Eclipse Expressions debug panel slice arrays at 31 elements

Eclipse Screen Cap

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


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


source


In Aptana Studio 3, the option is in Window-> Preferences-> Aptana Studio-> Editors-> PHP-> Debug



-1


source







All Articles