Re: Xcode debugger quality
Re: Xcode debugger quality
- Subject: Re: Xcode debugger quality
- From: Christopher Friesen <email@hidden>
- Date: Fri, 2 May 2008 16:01:08 -0700
If the data formatters are timing out on your code then you can
disable them to workaround the issue after filing your bug report with
the Xcode-GDB log mentioned below.
On May 1, 2008, at 10:44 AM, Jim Ingham wrote:
On May 1, 2008, at 9:46 AM, Ladd Van Tol wrote:
For these types of bugs, Chris Espinosa's advice is useful:
- If you're having trouble debugging, let us know whether you're
using
STABS or Dwarf debug format. In Terminal, enter:
If you are using STABS try to reproduce the bug after switch to DWARF,
because that'll be one of the first requests.
-Chris
$ defaults write com.apple.Xcode PBXGDBDebuggerLogToFile YES
$ defaults write com.apple.Xcode PBXGDBDebuggerLogFileName /tmp/
IncludeInBug.log
and excerpt the interesting parts of the log file. (In Xocde 3.0,
just check the "Debugging Log" checkbox in Preferences > Debugger.
Additionally, I have sometimes been asked to use the "set mi-
timings-enabled" command in my .gdbinit file, but I don't know if
the debugger guys also need this info.
The "mi-timings-enabled" never hurts, but is only needed when you
are reporting a "x operation is slow" type bug.
Note that in Xcode 3.0 and above, you can turn on the logging in the
Xcode Debugging Preferences, which is a little easier than going to
the Terminal & remembering these magic incantations.
Jim
_______________________________________________
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