Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run Instruments and Debug Console simultaneously

How can I make an app "Run with performance tool" and at the same time Run the Debug Console in XCode?

like image 371
erastusnjuki Avatar asked Jan 14 '11 13:01

erastusnjuki


Video Answer


1 Answers

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.

like image 149
DBD Avatar answered Oct 23 '22 08:10

DBD