1. 程式人生 > >reveal 4.0版本斷點使用方法

reveal 4.0版本斷點使用方法

Reveal

在Xcode中開啟iOS或tvOS專案,然後選擇View→Navigators→Show Breakpoint Navigator。 在窗格的左下角,單擊+按鈕並選擇Add Symbolic BreakpointAdd Symbolic Breakpoint

  • 如圖所示分別在各處輸入  程式碼在下面

1.在1處輸入

 UIApplicationMain

2.在2處輸入 iOS工程輸入

 expr (Class)NSClassFromString(@"IBARevealLoader") == nil ? (void *)dlopen("/Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/RevealServer.framework/RevealServer", 0x2) : ((void*)0)

tvOS輸入

 expr (Class)NSClassFromString(@"IBARevealLoader") == nil ? (void *)dlopen("/Applications/Reveal.app/Contents/SharedSupport/tvOS-Libraries/RevealServer.framework/RevealServer", 0x2) : ((void*)0)

  • 最後右鍵這個斷點,Move Breakpint ToUser

參考 谷歌翻譯