Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev Mode Actions and Tools #36

Open
Garethp opened this issue Dec 24, 2023 · 0 comments
Open

Dev Mode Actions and Tools #36

Garethp opened this issue Dec 24, 2023 · 0 comments

Comments

@Garethp
Copy link
Owner

Garethp commented Dec 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant