Xcode 8 Breakpoint in file not working

前端 未结 11 670
Happy的楠姐
Happy的楠姐 2020-12-31 00:42

I have one file,SignInViewController.swift, in my Xcode project that out of nowhere has begun not stopping on breakpoints. I have a breakpoint in viewDidL

11条回答
  •  失恋的感觉
    2020-12-31 01:37

    I'm not really sure how this ended up fixing it but I isolated the issue to a specific block of code in viewDidLoad(). Then I commented out that code and built and ran the project. Then I uncommented the code and built and ran it again and the breakpoints worked.

提交回复
热议问题