Reputation: 4274
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".
Upvotes: 1
Views: 206
Reputation: 540
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.
Upvotes: 2