How to separate stdout/stderr when running inside Xcode
How to separate stdout/stderr when running inside Xcode
- Subject: How to separate stdout/stderr when running inside Xcode
- From: Thomas Lachand-Robert <email@hidden>
- Date: Fri, 5 Mar 2004 22:10:54 +0100
Hi all,
I'm currently working on a Foundation tool, and I have a number of
tests I run directly from Xcode. Ther eis a lot of output produced by
the tool, some to stdout, some to stderr. I can read both in the Run
window, but I would like to have then separated, with the stderr output
sent to a file.
I tried to add '&2>somefile' has a command line argument, but it
doesn't work. (But it confuses the debugger when debugging: gdb does
not find files in that case.)
Thanks,
Thomas Lachand-Robert
********************** email@hidden
<< Et le chemin est long du projet ` la chose. >> Molihre, Tartuffe.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.