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

6
2 comments
Avatar
Permanently deleted user

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).

1

Please sign in to leave a comment.