views:

15

answers:

2

Visual Studio has always been able to do this - if you know a mem loc then you can set conditional breakpoints when that mem loc's value changes to a particular value or changes at all. Is that what Symbolic breakpoints are for in XCode? If so, I cannot see how to do this.

Thx, Tom

A: 

If you're comfortable with gdb, this question & answer should be more than enough to help you out. If not, you might want to get comfortable with it soon...

jrtipton
A: 

Yes - see Quinn Taylor's answer to this StackOverflow question.

Adam Eberbach