Re: Very very slow debugger
Re: Very very slow debugger
- Subject: Re: Very very slow debugger
- From: Jim Ingham <email@hidden>
- Date: Wed, 1 Jun 2005 09:04:23 -0700
We did some things to speed up the debugger in the Tiger release,
though there are still areas we know we need to work on. But "few
minutes" shouldn't be happening for most operations on a G5 with
enough memory.
Please file a bug with bugreporter.apple.com with the Xcode-gdb log
for your session, which you get by doing:
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.
Since this is a timing issue, it would be great if you would create a
file called .gdbinit in your home directory, and add the line:
set mi-timings-enabled on
before you do the steps above. That will add some extra timing
information from gdb.
That way we can see which of the operations is taking too long.
If you can describe what your program is doing, that would help.
Double extra bonus points if you can get us a debug version of your
application. We don't need the sources or project for this kind of
problem, just the debug version of the app, and a description of what
you did with the app to produce the Xcode session you are sending.
Jim
On Jun 1, 2005, at 7:21 AM, Theodore H. Smith wrote:
OK, so I got Xcode 2.0, gcc 4.0, and a G5 Mac. And my Xcode mostly
compiles and runs fast enough for me, right now.
However, the debugger is impossibly slow, still, I can be waiting
for a few minutes to get something that I ought to get in less than
a second.
Is there something I can do to make this as fast as possible?
--
http://elfdata.com/plugin/ Industrial strength string processing,
made easy.
"All things are logical. Putting free-will in the slot for premises in
a logical system, makes all of life both understandable, and free."
_______________________________________________
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