Array Values Erased by Debug Tools Error Cube IDE 1.14.1
Hi, I am running a debug session for a project and am running into a pretty baffling problem where values I load into an array are seemingly getting erased by a tools error.
I have a class that has an array as one of its members, that gets filled with pointers to UI objects. This has worked for me on numerous other projects.
I had to update to CubeIDE 1.14.1 recently, and suddenly the array values are getting erased as soon as any of the class methods are called. As you can see here, the array shows all the correct values, but then once the class method service_all() is called, the array values get deleted:
Before:

After (before any part of the service_all() method is even executed!):

I have optimization disabled for this part of the source code. Any idea what is causing this? It's completely baffling and has ground development to a complete halt.
