I do not want to debug. I have specific alfresco-config statements in these extensions, which are site specific. I want to let an admin change some of these settings on the fly. If extension modules could be reloaded this would be ideal for this. I just overwrite the specific XML config element, reload the extension and we are up and running.
I already have an alternative to this by using a custom file outside of the normal Share Config and doing a reload of all Alfresco objects, but since Alfresco extension modules are able to have a <configuration> section, this would seem much more apprioriate.
Btw reloading Alfresco Share Config (I use devtools for this) reloads the config in share-config-custom files, but not the configuration in all the web-extension/extenion/*-module.xml files.