defaults write com.apple.Xcode PBXGDBDebuggerLogToFile YES
defaults write com.apple.Xcode PBXGDBDebuggerLogFileName
…but they It doesn’t seem to work for me. I have encountered some problems before, and the features of the earlier version of Xcode disappeared in the new version (I am using XCode 4.0.2). Is this the case or is it more likely that I am doing something wrong What’s up?
Is there another way to tell XCode to send the output to the log file? Please note that I need to be able to do this from the command line or AppleScript; I cannot add anything to the code of the running program.
I am doing automated testing for the iPhone, and I need to redirect the output from gdb to a log file. Before starting debugging, some online searches showed that the following two lines are running on the command line:
< /p>
defaults write com.apple.Xcode PBXGDBDebuggerLogToFile YES
defaults write com.apple.Xcode PBXGDBDebuggerLogFileName
…but they seem to be right I don’t work. I have encountered some problems before, and the features of the earlier version of Xcode disappeared in the new version (I am using XCode 4.0.2). Is this the case or is it more likely that I am doing something wrong ?
Is there another way to tell XCode to send the output to the log file? Please note that I need to be able to do this from the command line or AppleScript; I cannot add anything to the code of the running program.
Xcode 4.0 The domain name is com.apple.dt.Xcode. Also, in Xcode 4.0, you should use fol defaults write com.apple.dt.Xcode IDEGDBLogToFile /tmp/logs.txt
WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 3945 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC