xcode啟動(dòng)后斷點(diǎn)定位到libc++abi.dylib`__cxa_throw

這是因?yàn)閄code中設(shè)置了當(dāng)所有異常出現(xiàn)時(shí)的斷點(diǎn)。

解決辦法
1.右鍵斷點(diǎn)編輯

2.將All改為Obejective-C

xcode啟動(dòng)后斷點(diǎn)定位到libc++abi.dylib`__cxa_throw
這是因?yàn)閄code中設(shè)置了當(dāng)所有異常出現(xiàn)時(shí)的斷點(diǎn)。
1.右鍵斷點(diǎn)編輯
2.將All改為Obejective-C