Re: where does Xcode store its breakpoints?
Re: where does Xcode store its breakpoints?
- Subject: Re: where does Xcode store its breakpoints?
- From: "Paul Sanders" <email@hidden>
- Date: Wed, 6 Jan 2010 21:53:41 -0000
To get rid of a 'zombie' breakpoint, I do this:
1. Wait for the code to hit the breakpoint.
2. Note the breakpoint number in the status bar.
3. Open the console window.
4. At the gdb prompt, type:
d b <n>
where <n> is the breakpoint number (e.g. 'd b 3', no quotes).
That's all. It's not worth checking the files Tom refers to
into SVN, IMO. They change too often and what they contain is
not of lasting value.
Paul Sanders.
----- Original Message -----
From: "Thomas Engelmeier" <email@hidden>
To: "xcoders" <email@hidden>
Sent: Wednesday, January 06, 2010 8:20 PM
Subject: Re: where does Xcode store its breakpoints?
Am 17.12.2009 um 21:13 schrieb Stuart Smith:
> But the breakpoint keeps coming back.
>
> Perhaps it returns when I check out the project from svn
> again, I’m not sure. In what file are these things stored? I
> could manually delete the file if I knew where it was.
AFAIK it is in <yourusername>.pbxuser or <yourusername>.mode? in
the .xcodeproj bundle.
I had once a zombie breakpoint that kept coming back. It turned
out to be set not in the current project but in one of the
included subprojects. That was, however, in the Xcode 2 time.
Regards,
Tom_E
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden