Xcode 4调试器在错误的文件中断

时间:2011-10-09 15:40:25

标签: iphone xcode breakpoints

我几个月来一直在Google和Google中搜索这个问题。兵。事情就是这样:

  1. 我在某处的.m文件中设置了一个断点。
  2. 我跑了。
  3. 调试器只是停留在如下的奇怪文件中:

    0x00003204  <+0068>  ldr.w  r1, [pc, #1000] ; 0x35f0 <-[WhatNotesAppDelegate application:didFinishLaunchingWithOptions:]+1072>
    0x00003208  <+0072>  add    r1, pc
    0x0000320a  <+0074>  ldr    r1, [r1, #0]
    0x0000320c  <+0076>  blx    0x34f44 <dyld_stub_objc_msgSend>
    0x00003210  <+0080>  str    r0, [sp, #152]
    0x00003212  <+0082>  ldr.w  r0, [pc, #984]  ; 0x35ec <-[WhatNotesAppDelegate application:didFinishLaunchingWithOptions:]+1068>
    0x00003216  <+0086>  add    r0, pc
    0x00003218  <+0088>  ldr    r0, [r0, #0]
    0x0000321a  <+0090>  ldr.w  r1, [pc, #972]  ; 0x35e8 <-[WhatNotesAppDelegate application:didFinishLaunchingWithOptions:]+1064>
    0x0000321e  <+0094>  add    r1, pc
    
  4. 我试过干净,重新安装Xcode,今天更新到4.2GM, 但它仍然困扰着我。

    有人可以帮忙吗?

1 个答案:

答案 0 :(得分:0)

当在多个踏板上调用相同的方法时,调试器已经被抛弃了。我也在运行xcode 4.2。如果您可以发布代码和可能的帮助,可以帮助解决问题的根源。当我走过代码的末尾时,我也会看到汇编代码。