Home > Mobile >  XCode debugging show only when its assembly, not associated with the source code
XCode debugging show only when its assembly, not associated with the source code

Time:11-18

XCode is 11.7

The process of configuring XCode reference: https://www.cnblogs.com/kelthuzadx/p/10972992.html

May encounter when compiling OpenJDK13 SIGSEGV Fault error, stop at this point in the assembler code
In LLDB input process handle SIGSEGV -s false to ignore this error, click the "continue program execution" program to continue, but are unable to return to the source code breakpoint

Seems to be no connection to the source code, debugging process, please match the wrong I have?

CodePudding user response:

Supplement the XCode screenshot


CodePudding user response:

  •  Tags:  
  • iOS
  • Related