开发者

Run Instruments and Debug Console simultaneously

开发者 https://www.devze.com 2023-02-04 22:00 出处:网络
How can 开发者_C百科I make an app \"Run with performance tool\" and at the same time Run the Debug Console in XCode?You can use \"Console\" application on the mac itself. Any NSLog and several types o

How can 开发者_C百科I make an app "Run with performance tool" and at the same time Run the Debug Console in XCode?


You can use "Console" application on the mac itself. Any NSLog and several types of warnings/errors will show up in the "Console messages" section.

This is of course just logging, interactive debugging is not an option.


Just show the debug console  + MAJ + r or simply go to XCode preferences, Debuging section and set Show console on start.

0

精彩评论

暂无评论...
验证码 换一张
取 消