Can debugger recursive print or expand the variable and its subVariables?
Answered

I can see values of self in variable window, can I recursive expand all its subVariables or recursive print its subVariables in console?
Many times, I have some collections, I want see all it's value, I have to click every arrow in the collection, it's time-consuming, please add recursive expand/print feature, thank you
Please sign in to leave a comment.
Please vote for https://youtrack.jetbrains.com/issue/IDEA-90984.
This new feature would be great to combine and use with the search function. Actually if the search function/feature of phpstorm (in the debug variables window) could be improved to recursively search memory for the variable name you are looking for then we wouldn't need to expand all the variable trees as requested in this issue. (See https://intellij-support.jetbrains.com/hc/en-us/community/posts/207048675-Is-there-a-way-to-search-variables-while-debugging for cross reference).