Contents

symbolInfo()

Attempts to get symbol information for the address.

Declaration

func symbolInfo() throws -> XCTSourceCodeSymbolInfo

Return Value

Symbol information for the address.

Discussion

This method can fail if required symbol data is not available. The system makes only one attempt to retrieve the symbol information. If that attempt fails, the system stores the error and returns it for future requests.

See Also

Frame Information