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

Tim McGraw
  • 21
  • 1
  • 2

1 Answers1

2

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...

Community
  • 1
  • 1
jrtipton
  • 2,449
  • 1
  • 15
  • 9