NSLog no output in LLDB. Works in GDB-Collection of common programming errors

Since recent update Xcode 4.3 now seems to default to LLDB debugger. I just found that my NSLog statements are not showing in the console. After searching the for answers, finding none, I switched back to GDB and it works fine. I find others mention NSLog in LLDB so I don’t’ understand why it fails in my case. Should it not work the same? Is there a different method for LLDB?