How to fix Xcode 10.0 debugger, it is not fully functioning?
问题 After upgrading to Xcode 10.0 the debugger is failing to perform basic functions. It's possible the debugger problems are unrelated to the upgrade to 10.0 but I suspect this as the catalyst. Symptoms: Breakpoints are breaking properly The "local variables" area (not sure if this is the proper term) lists local variables but cannot provide any info on them. Attempting something like "Print description of x" The result is an error message: Printing description of x x = <could not resolve type>