When I debug my code I'm NOT getting block variables in the variables view. It's strange but I'm not getting the reason behind it. You can check it in the screenshot. I have tried by changing the mode to "auto" or "local variable" or "All Variables".
Asked
Active
Viewed 204 times
1 Answers
2
Maybe you are in Release mod. In Xcode menu go to Product>Scheme>Edit Scheme in Run tab check "Build Configuration" is Debug. Hope to help you.

Dr. chamran
- 540
- 4
- 11
-
This resolve my problem. Should be correct answer, I guess. – Ahmed Aug 12 '15 at 12:55