Thread 1: Stopped at breakpoint 1

前端 未结 2 516
傲寒
傲寒 2020-12-31 23:54

I have a problem with XCode 4.3.2, and I cannot figure out what it is. I have set a breakpoint, but instead that XCode stops at the line the breakpoint is set, it shows me

相关标签:
2条回答
  • 2021-01-01 00:26

    Close Xcode then do following things in terminal.

    defaults delete com.apple.dt.Xcode.LSSharedFileList
    
    defaults delete com.apple.dt.Xcode
    

    Then restart Xcode.

    0 讨论(0)
  • 2021-01-01 00:32

    I searched google for resetting XCode, and it seems that this post helped me out:

    http://www.developers-life.com/uninstallresetting-xcode.html

    However, I did this in the terminal (after I closed XCode):

    defaults delete com.apple.dt.Xcode.LSSharedFileList
    defaults delete com.apple.dt.Xcode
    

    I restarted XCode, agreed to the terms and tried breakpoints again... and so far so good! :)

    0 讨论(0)
提交回复
热议问题