简体   繁体   中英

Xcode Debug Console Output Changed

This might seem like a silly question, but it's bugging me.

I recently had to switch provisioning profiles from my personal to my company. This was due to the fact that we needed to install our app for testing on 40 or so iPads. Regardless, in the process of this happening, the debug console seems to have changed.

It no longer outputs the normal debug console stuff - only NSLog statements, etc. For instance, before it would show [switching to process 0xblahblah], among other things such as general information about the product, etc. Now it does not. What might be causing this, or what settings can I look at to get these messages back? I'm afraid this is going to mess with error reporting in the console in the future.

This seem like an LLDB and GDB issue it seems that xcode has changed the debugger form one to another

It seems that you changed the active schema, this may switch from one debugger to another the default debugger is LLDB, i personally prefer GDB

For changing debugger pelase read this http://developer.apple.com/library/mac/#documentation/IDEs/Conceptual/Xcode4TransitionGuide/Debugging/Debugging.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM