作為開發人員在除錯程式的時候,我們很想馬上知道錯誤的**在哪一行, 而不想大概設定乙個斷點,逐行除錯發現最終是哪一行**出問題導致程式崩潰。 可以使用下面這個辦法快速定位問題**。
1.unrecognized selector send to instancd 快速定位
在debug選單中breakpoints->create symbolic breakpoint
在symbolic中填寫如下方法簽名
-[nsobject(nsobject) doesnotrecognizeselector:]
2.設定全域性斷點
問題 iOS 11 定位問題
ios11 定位許可權未通過,控制台輸出以下資訊 在 info.plist 檔案新增乙個 nslocationalwaysandwheninuseusagedescription 和 nslocationwheninuseusagedescription 的 key,然後新增描述。定位失敗,方法lo...
iOS手機定位層級問題
style position relative style position relative class top div div style position absolute z index 9999 class bottom div div div 此時你的預料效果是bottom元素在top元...
PHP快速排查定位問題
方法 一 伺服器日誌 ps aux grep nginx 執行命令看主程序master process,有nginx的安裝位置和配置檔案的位置 usr sbin nginx t 獲取當前配置nginx.config 配置檔案位置 tail f var log nginx t3.local error...