Where can I find “Load Symbols Lazily” option in Xcode6?

此生再无相见时 提交于 2019-12-12 14:34:18

问题


Where can I find "Load Symbols Lazily" option in Xcode6?

I Couldn't find it in 'preference'


回答1:


That option was specific to gdb, and went away when Xcode stopped supporting gdb. lldb does most of the tricks that the "Load Symbols Lazily" and others, so that turning on options like this by hand should not be necessary. If you are still seeing slow symbol loading with lldb, please sample Xcode while it is slow and file bugs with the samples.




回答2:


Load Symbols Lazily" option is not available in Xcode 6. You can use the breakpoints from below:

Debug -> Debug Workflow -> deselect the "Always show disassembly"



来源:https://stackoverflow.com/questions/26231671/where-can-i-find-load-symbols-lazily-option-in-xcode6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!