I\'m programming an application in Objective-C and I\'m getting this error:
MyApp(2121,0xb0185000) malloc: *** error for object 0x1068310: double
Just an update to make this relevant to Xcode 4...
From the Xcode 4 User Guide:
To add a symbolic breakpoint . . .
- In the bottom-left corner of the breakpoint navigator, click the Add button.
- Choose Add Symbolic Breakpoint.
- Enter the symbol name in the Symbol field.
- Click Done.