In my current project, I have a crash whenever i try to access Global strings in the Debugger. I saw no such thing reported here, and my global strings have nothing strange i can think of, such as french letters. But they are shared with subapps though, maybe it's the problem ?
I really can't send an example since it's a pretty big project, and needs to connect to a server. But the problem doesn't appear if I only run frame (not whole app), that's why i think it might be because my global values are shared with subapps.
Thanks for reading
EDIT : forgot to say the crash generates an error : instruction 0xXXXXXXX tries to access memory address 0xXXXXXXXX, memory can't be "read"...