Hi,
I get a `[XQST0049] Duplicate declaration of static variable $string:debug` and can't find out why. I checked the sources and the variable is declared only once. This happens in a scenario, where I have a co-dependency on several modules and each load the modules they need, some load the same modules as another module. I thought about a circular dependency, but I do not find it.
Could it be made so, that upon such an error, the places, in which the 'other' declaration was found get referenced as well in the error message? That would be very practical (I also had problems like this with function declarations, in the past, some are still unresolved).
Thanks, and congrats to the 9.2 update.