Skip to content

Dev Mode Actions and Tools #36

Description

@Garethp

One of the ideas I've been playing around with in my head is how to use all the indexing I'm able to do to collect more information about what's in Core XML. Not really to expose to modders, but just for personal information. I finally ended up needing something like that for the Generate Menu, where I collect information on how much each C# property is used in XML so that I can order the list of properties in the Generate Menu.

The solution I came up with was to just create the class, expose it's information through public static fields and throw a debug breakpoint somewhere to gather it during run and comment out all that code afterwards for release. Instead of doing all of that, I think we should be able to have it run only in Debug mode and expose some debug actions to show that information

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions