xcode - any lldb debug information in console -
i don't know why, today, crashing information not showing in debug console. can see sigabrt information crash. when crashing, "lldb" appear in console no more information.
i check run scheme debug. others nslog information put in project display well, haven't information lldb debug.
i force crash i.e. code:
nsmutablearray *lsttest = [[nsmutablearray alloc] init]; nsstring *data = [lsttest objectatindex:0];
this issue have of project reason think properties of xcode change , don't know it.
thanks!
the next day problem disappeared , returned work fine xcode, including debugger...
Comments
Post a Comment