xcode - Corrupted stack/heap under debugger when simulating? -
i'm using xcode 6.3.1. i'm trying track weird issue in app , i'm seeing local variables seem incorrectly initialised. when hit breakpoint @ line local variable defined , initialised @ same time, shown existing local variable, corrupt value:
has else seen this? in run variable showing in variable view being nsdate !!!
a breakpoint before line appears on; line has not yet executed. looking @ variable. has no meaningful value until after step past line initialized. still before line value random garbage.
Comments
Post a Comment