Debug area issues

Good day - i’m having the oddest issue - I have Xcode8 Beta and all your tutorials i’ve been following around debugging shows decent debugging material in the output area - like:

  • Problems[14465:f803] -[UINavigationController setList:]: unrecognized selector sent to instance 0x6a33840
  • Problems[14465:f803] *** Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[UINavigationController setList:]: unrecognized selector sent to instance 0x6a33840’

I am not getting debug information like that at all - is there a setting somewhere that I have missed?

  • Problems[16306:5224097] subsystem: com.apple.UIKit, category: GestureExclusion, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0
    libc++abi.dylib: terminating with uncaught exception of type NSException

Can anyone point me in the right direction? Thanks!