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

Provide information on when user defined types are reloaded #47

Open
MisterAI opened this issue Mar 15, 2022 · 2 comments
Open

Provide information on when user defined types are reloaded #47

MisterAI opened this issue Mar 15, 2022 · 2 comments

Comments

@MisterAI
Copy link

In the documentation I couldn't find any information on when the *.xml files with user-defined types are actually loaded. If I didn't oversee this it would be nice to have this documented somewhere, possibly even printed out to debug output in VS. If this is unknown it's hard to know when a change will apply once the *.xml file was changed. Does it apply immediately? After restarting the debug session? After restarting VS? After rebooting the OS?

@awulkiew
Copy link
Owner

awulkiew commented Mar 15, 2022

The xml file is reloaded if it was modified since the last load each time variables has to be processed, so e.g. after a breakpoint is hit. I guess this means immediately.
EDIT: Yes, this information should probably be added to the documentation.

I agree that some logs should be added so I'll treat this as a feature request.
EDIT: you proposed logging already here: #46

@MisterAI
Copy link
Author

Thanks for your fast answer.
Yes, logging in general I proposed in the other issue already. Here it's just an optional extension for me.

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

No branches or pull requests

2 participants