Is it possible in code to change the scope of a property or method of a module, so for testing purposes in a Debug build I’d like the property to be global but when the app is built I’d like it to remain private.
In my ALE development environment I’d like to add a compiled code viewer, but understandably the codeStack is private to the engine. I’d only want the code viewer to work in a debug build so for a real build the codeStack should be private.