Are there any tools to visualize the objects being used in a program?

前端 未结 6 1561
闹比i
闹比i 2021-02-07 18:53

I\'m not sure how useful this would be, but I thought it might be neat to visualize the objects being used in my program and which objects are being referenced from where. I\'m

6条回答
  •  隐瞒了意图╮
    2021-02-07 19:23

    There is the Object Graph Visualizer which displays classes and objects in 3D. For now it lacks an API to automate the initialization, however it shouldn't be too difficult to add this functionality. Source code also on Github.

    Edit: There is already work being done in that direction apparently: https://eprints.hsr.ch/491/

提交回复
热议问题