Declaration

func debugDescription() -> String!

Declaration

- (NSString *) debugDescription;

Declaration

debugDescription() -> str

Return Value

A textual representation including more descriptive information than -description.

Discussion

Returns more descriptive textual representation than -description which may be useful for debugging puposes only.