Show Object content using XDebuggerTree outside of a Debugging Session
Answered
Hi !
I am currently developing a plugin. I would like to display the content of an object using a tree view. The XDebuggerTree seems to be a perfect fit for my needs but how can I use it outside of a debugging session ? I have attached an image that represents what I'm looking for:

I would be grateful for any tips on how to do it !
Thanks
Jonathan
Please sign in to leave a comment.
Hi Jonathan,
I discourage using XDebuggerTree outside the debugging context. Its intention is clear - it is created for debugging and should be used only there.
I recommend finding another similar component and using it or implementing your own component similar to XDebuggerTree, but without any debugging-related parts.