Hello XCode Users, As far as I can tell, when I step through a function with static __thread modifiers. XCode does not show the value of those variables.
In particular, when I step into this function int baz(){ static __thread int i = 0; return ++i; } it does not show me the value of i. Is this a bug in XCode, lldb, or something I need to configure? -- Johann I'm not from the internet, I just work there. _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com