Re: XCode and the unreachable breakpoints
Re: XCode and the unreachable breakpoints
- Subject: Re: XCode and the unreachable breakpoints
- From: Jim Ingham <email@hidden>
- Date: Tue, 27 Sep 2005 17:18:13 -0700
The first step in figuring out what has gone wrong with the Xcode
debugger is to get the Xcode-gdb log. If there's some kind of error
that is giving Xcode heartburn, you can often see it there. To do that:
1) Quit Xcode.
2) In Terminal, say:
$ defaults write com.apple.Xcode PBXGDBDebuggerLogToFile YES
$ defaults write com.apple.Xcode PBXGDBDebuggerLogFileName /tmp/
IncludeInBug.log
3) Restart Xcode, and do whatever you need to to make it fail.
4) Attach /tmp/IncludeInBug.log to the Radar.
Jim
On Sep 27, 2005, at 4:54 PM, Jonathan del Strother wrote:
*sigh* XCode is doing its very best to frustrate me this evening.
I have a breakpoint in some code, and I run my app in the
debugger. The app pauses, the debugger announces the breakpoint in
the status bar at the bottom, but the relevant code isn't displayed
in the debugger. There's no backtrace, no local symbols, and the
Pause/Continue buttons are stuck on Pause - Continue is greyed
out. The debugger console window has a prompt, but if I type a gdb
command in there and hit enter, nothing happens.
I've quit and restarted XCode, looked for any suspiciously hanging
processes, moved the breakpoint around, rebuilt the project....I'm
still having the same problem.
Does anyone else ever get this? I've had it a few times before,
and never figured out exactly what causes it or how to fix it.
Oh well, I'm off to restart and see if that changes anything.
Stuff like this makes me pine for VS.NET's debugger...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden