Shardul
Shardul

Reputation: 4274

Xcode 6.4 not showing local variable while debugging

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".

enter image description here

Upvotes: 1

Views: 206

Answers (1)

Dr. chamran
Dr. chamran

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

Related Questions