I moved a global Method from a Module local to a window. When I set a break point in the debugger. I can’t access all the outside properties of windows & modules I’m locked out. As I step through the passing of variables it’s not even showing them updating. The fix was to put the methods back to the original module. Now I’m importing & exporting window components in XML for Cursor AI to analyze code & work on code. Then importing them back into the project, Now it’s doing it on those methods in the window. Is this a setting that got accidentally set or is it a bug. I have never experienced this issue before. The Scope is orphaning components. How can I fix this. Thank You