xcode3.1

Attaching to a remote process for debugging

烈酒焚心 提交于 2019-12-31 18:00:28
问题 Using Xcode 3.1 on OSX 10.5; is it possible to attach (the debugger) to a running remote process? I know that it's possible to start and debug a remote process (as explained here), but it would be great if I could find a way to attach to an already running remote process... edit to add: Thanks. I've submitted a bug report to Apple. Will update this question if/when I hear back from them. 回答1: There is no nice gui for it in XCode but you can do it this way: start a second instance of the

iPhone Dev: Xcode debugger does not stop on breakpoints

◇◆丶佛笑我妖孽 提交于 2019-11-28 05:26:33
I've got Xcode 3.1.2 on OS X 10.5.5. I have an iPhone project that builds fine but the debugger will not hit any of the breakpoints I set. I've tried all the standard fixes that I find on the net: I've turned off 'Load Symbols Lazily' in Xcode preferences My active config is Debug Optimization level is 0 in build settings I've cleaned all targets and rebuilt I use Build and Debug (as opposed to Build and Run) I thought I might have inadvertently tweaked settings on my project. So I created a new project and that one has the same problem. I'm hoping that I am missing something easy here. My

iPhone Dev: Xcode debugger does not stop on breakpoints

时间秒杀一切 提交于 2019-11-27 05:34:14
问题 I've got Xcode 3.1.2 on OS X 10.5.5. I have an iPhone project that builds fine but the debugger will not hit any of the breakpoints I set. I've tried all the standard fixes that I find on the net: I've turned off 'Load Symbols Lazily' in Xcode preferences My active config is Debug Optimization level is 0 in build settings I've cleaned all targets and rebuilt I use Build and Debug (as opposed to Build and Run) I thought I might have inadvertently tweaked settings on my project. So I created a