1

I'm trying to add a symbolic breakpoint but Cmd+6 is not doing anything and the + is no where to be found. Trying to follow this: Exception with insertObject:atIndex: on iOS6

Here is what my screen looks like where my breakpoint normally appear:

enter image description here

Community
  • 1
  • 1
user83039
  • 3,047
  • 5
  • 19
  • 31

1 Answers1

2

You are trying to add those breakpoints in the Debug Area, that's not the correct area. You have to do it in the navigator area (i.e. the right side bar). Press Command+7 to show the breakpoint navigator.

enter image description here

Matthias Bauch
  • 89,811
  • 20
  • 225
  • 247