Re: Confusion over erratic behavior in Xcode debugging

2009-08-23 Thread I. Savant
On Aug 23, 2009, at 4:45 PM, Chase Meadors wrote: This issue has been bothering me. I'm experience some weird behavior when debugging with Xcode with breakpoints. This is not Cocoa-related. It belongs on the xcode-users list, not cocoa-dev. -- I.S. __

Confusion over erratic behavior in Xcode debugging

2009-08-23 Thread Chase Meadors
This issue has been bothering me. I'm experience some weird behavior when debugging with Xcode with breakpoints. Basically, the highlighted current code line seems to jump around erratically. It's almost like it has to go through a declaration/initialization twice to actually register it.