abcjjy I can add symbolic breakpoints in Xcode with debug build. Breakpoints are hit. Calling stack is showed. But source code is not showed. Is there any settings to get the source code in debugging?
abcjjy There is an option in Xcode menu: Debug > Debug Workflow > Always Show Disassembly. It is turned on by default. Turn it off and source will show.