1

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

Shardul
  • 4,266
  • 3
  • 32
  • 50

1 Answers1

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