1

I've added breakpoint in ViewDidLoad but when code execute and stop on breakpoint then it shows wrong window (Thread Window) instead of in Code.

Breakpoint

showing thread window

thread window

I've Xcode 8.3.3 and I think this may be some issue in setting or may be something else, kindly guide me where i did wrong ?

Looking for help. Thanks

Community
  • 1
  • 1
Aleem
  • 3,173
  • 5
  • 33
  • 71
  • Yes I can but thisn't worked I already tried. – Aleem Jun 19 '17 at 10:23
  • Sorry Prakash this isn't worked also, any other try? – Aleem Jun 19 '17 at 10:29
  • Its not crashing in app coz i run app without breakpoint working fine. I think problem is somewhere xcode settings, coz its was working fine but I downloaded xcode 9 and then remove xcode 9 after that the problem occurred. – Aleem Jun 19 '17 at 10:37
  • Oh c'mon stop suggesting these attempt please. – Aleem Jun 19 '17 at 10:48

1 Answers1

0

After hit and try I finally found solution, I did wrong and mistakenly check Allow Show Disassembly. enter image description here

Allow Show Disassembly should be unchecked. Hope this will help others too.

Aleem
  • 3,173
  • 5
  • 33
  • 71