user626528
user626528

Reputation: 14419

Add object debug visualization?

How can I add a debug visualizer to my class, so this visualization text will be shown in the Object Inspector for all objects of this type?
For example, it should show this debugging visualization for every instance of my type in an array or a list of object's properties. (in a way like VS does)

Upvotes: 0

Views: 254

Answers (1)

Vy Do
Vy Do

Reputation: 52516

Try Debug Visualisation View.

Upvotes: 1

Related Questions