Debug with Scribble, Guard Edges and Guard Malloc

Is there a way to enable

  • Enable Scribble
  • Enable Guard Edges
  • Enable Guard Malloc


when debugging an app?

0
4 comments
Avatar
Permanently deleted user

There are good settings to have for all your iOS debug schemes

NSZombieEnabled=YES
MallocGuardEdges=YES
MallocScribble=YES
MallocPreScribble=YES
MallocStackLogging=YES
MallocStackLoggingNoCompact=YES
MallocCheckHeapStart=1000
MallocCheckHeapEach=100


It would be nice if they could just be ticked like in X-Code.

0

It's useful functionality, so I've filed request for it http://youtrack.jetbrains.com/issue/OC-9406

0
Avatar
Permanently deleted user

Thanks, though I've already logged this : OC-9397

http://youtrack.jetbrains.com/issue/OC-9397

0

Please sign in to leave a comment.