Re: Xcode fix-and-continue
Re: Xcode fix-and-continue
- Subject: Re: Xcode fix-and-continue
- From: Chris Espinosa <email@hidden>
- Date: Thu, 18 Dec 2003 11:11:27 -0800
On Dec 17, 2003, at 9:18 PM, Richard Peskin wrote:
When using Xcode 1.0.1, should I be able to alter a source code line,
"fix" and continue in the debugger without having to save the changed
source file first? So far, I can't get this to work.
No, you do have to save the source file. Unlike CodeWarrior, the gcc
compiler works primarily from disk files, so the altered source has to
be saved in the file system to be built, even for Fix and Continue.
Chris Espinosa
Apple
_______________________________________________
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.