Re: preprocessor output
Re: preprocessor output
- Subject: Re: preprocessor output
- From: Chris Espinosa <email@hidden>
- Date: Tue, 11 Nov 2003 22:56:09 -0800
On Tuesday, November 11, 2003, at 10:13 PM, Matthew Johnson wrote:
I noticed in the xcode release notes that xcode supports viewing
preprocessor output. I tried the Build->Preprocess menu item but it
doesn't seem to be doing anything. How do I view the preprocessor
output? I've been working on a few macros and this would be extremely
helpful...
Make sure that the file you want to preprocess is open in a window, and
that it belongs to the current target.
Then be prepared to wait a while, especially if your source includes an
umbrella framework header (like Carbon/Carbon.h). The preprocessing is
fast, but the resultant file is >3Mb and Xcode takes up to 20 seconds
to open it.
Chris
_______________________________________________
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.