Re: How do I set a watchpoint?
Re: How do I set a watchpoint?
- Subject: Re: How do I set a watchpoint?
- From: Jens Alfke <email@hidden>
- Date: Sat, 23 May 2015 15:15:34 -0700
On May 23, 2015, at 3:04 PM, Kate Stone < email@hidden> wrote:
You can evaluate an Objective-C _expression_ in a Swift frame by overriding the default language like so:
Thanks! But it’s a little weird that I’d need to, since “$rax” isn’t ObjC syntax either. That is, I would have thought that the register names are detected as special cases, not as part of language parsing…
Should I file a bug on the inability to parse register names in Swift mode? I don’t think watchpoints are going to do you much good here because freeing an allocation doesn’t change the allocated memory, just the bookkeeping in malloc’s internal data structures.
It does, when I enable MallocScribble. Could you explain the syntax to set a watchpoint, too? Thanks again…
—Jens |
_______________________________________________
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