Can you get XCode to expand macros before debugging?
Can you get XCode to expand macros before debugging?
- Subject: Can you get XCode to expand macros before debugging?
- From: "Karan, Cem (Civ,ARL/CISD)" <email@hidden>
- Date: Wed, 4 Feb 2004 17:36:33 -0500
- Thread-topic: Can you get XCode to expand macros before debugging?
I've been using a series of macros to rubber stamp out code that is too
time critical to put into a function, but have run into debugging
problems. Basically, you can't set breakpoints or otherwise work with
the internals of macros from XCode (or anything else AFAIK). My current
workaround solution is to go to the terminal, run gcc -E, clean up the
output, put it back into my code, and then debug, but this seems like a
pretty nasty way of doing things. I know that I'll have this code
debugged very shortly no matter what happens, but I was wondering if
there is a simple way of debugging code that is in macros from XCode.
If there isn't, I'll put this in as a feature request for sometime in
the future.
Thanks,
Cem Karan
_______________________________________________
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.