When I try to debug with breakpoint, it jump to assembly view like this no matter which line of code. I want the highlight of current source line back!!
当我尝试使用断点进行调试时,无论哪一行代码,它都会跳转到汇编视图。我想要当前源代码行的亮点!!
How can I config it??
我怎么配置它?
4 个解决方案
#1
35
This is a useful feature sometimes, but is easy to turn off:
这有时是一个有用的功能,但很容易关闭:
Debug > Debug Workflow > Always Show Disassembly
Debug> Debug Workflow> Always Show Disassembly
In older versions of Xcode (<6.1):
在旧版本的Xcode(<6.1)中:
Product > Debug Workflow > Show Disassembly When Debugging
产品>调试工作流程>调试时显示反汇编
#2
1
I'm having the same issue in Xcode 6.1 and solved it by doing the following:
我在Xcode 6.1中遇到了同样的问题,并通过执行以下操作解决了这个问题:
Debug -> Debug Workflow -> UNCHECK Always Show Disassembly
Debug - > Debug Workflow - > UNCHECK Always Show Disassembly
Make sure "Always Show Disassembly" is unchecked
确保未选中“始终显示反汇编”
#3
0
You can try this
你可以试试这个
Product > Debug > Create Symbolic Breakpoint
产品>调试>创建符号断点
#4
0
I agree with humphriesj regarding "Always Show Disassembly" in Xcode 6.1, and it did work for awhile.
我同意humphriesj关于Xcode 6.1中的“Always Show Disassembly”,它确实工作了一段时间。
But for me it seems to have turned itself back on, even though it was still unchecked in the menu. I turned it on and then back off, and finally I can see the source code again.
但对我来说,它似乎已经重新开始,即使它在菜单中仍未被检查。我打开它然后退回,最后我再次看到源代码。
#1
35
This is a useful feature sometimes, but is easy to turn off:
这有时是一个有用的功能,但很容易关闭:
Debug > Debug Workflow > Always Show Disassembly
Debug> Debug Workflow> Always Show Disassembly
In older versions of Xcode (<6.1):
在旧版本的Xcode(<6.1)中:
Product > Debug Workflow > Show Disassembly When Debugging
产品>调试工作流程>调试时显示反汇编
#2
1
I'm having the same issue in Xcode 6.1 and solved it by doing the following:
我在Xcode 6.1中遇到了同样的问题,并通过执行以下操作解决了这个问题:
Debug -> Debug Workflow -> UNCHECK Always Show Disassembly
Debug - > Debug Workflow - > UNCHECK Always Show Disassembly
Make sure "Always Show Disassembly" is unchecked
确保未选中“始终显示反汇编”
#3
0
You can try this
你可以试试这个
Product > Debug > Create Symbolic Breakpoint
产品>调试>创建符号断点
#4
0
I agree with humphriesj regarding "Always Show Disassembly" in Xcode 6.1, and it did work for awhile.
我同意humphriesj关于Xcode 6.1中的“Always Show Disassembly”,它确实工作了一段时间。
But for me it seems to have turned itself back on, even though it was still unchecked in the menu. I turned it on and then back off, and finally I can see the source code again.
但对我来说,它似乎已经重新开始,即使它在菜单中仍未被检查。我打开它然后退回,最后我再次看到源代码。