Debugging/Extended Mode (all members shown without exception)

Issue #552 open
nick martel created an issue

Often when attempting to understand a tough bug, I often find myself in a situation where it would be useful to get a full view of the data, far more than what is usually shown. I sometime start adding some ShowInInspector throughout the code in order to get a better idea of what is going on.

Instead, Odin Inspector could have such a mode where everything would be shown in the inspector without failure, meaning everything that would normally have to be marked with ShowInInspector, such as private fields and properties. There could possibly be a page in the preferences too to check off certain unnecessary things such as methods (or just private methods, for example). The mode would have to be easily accessible on a whim from the inspector itself in order to be handy to use; I leave this UX decision up to Sirenix.

Comments (1)

  1. Bjarke Elias
    • changed status to open

    I like that idea, and we have been discussing it similar idea in the past as well.

    Unity already has a debug mode you can enable, but Odin doesn't interfere with that. It makes sense to add a similar debug mode to Odin which can be easily toggled.

    I'll bring it up with the others.

    Cheers!

  2. Log in to comment