108.379 Debugger shows gibberish array contents
Every time you add an object in NSMutableArray, in debugger you notice that every object changes its field values to that of last added object.
Since I prefer peeking values in debugger rather than make NSLog() for lookup values, it took me a deal of time to figure out that it was not my bad memory management 8)
Already filed a report in bugtracker: http://youtrack.jetbrains.net/issue/OC-1025?projectKey=OC
请先登录再写评论。