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

前端 未结 6 1566
闹比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:49

    not sure if that is what you are aiming at, but doxygen will do pretty much all of that.

    it will take a heap of compiling code and turn it into cross referenced html, rtf of pdf. completed will calling tree for each function and "referenced by " for each variable

提交回复
热议问题