Yes know about that tool, but it takes some understanding on how it works,
and also getting information sent back is difficult, for remote debugging.
That's why I remember about the command line tool, I used on a Solaris
system, as I could capture all the output into a text file, and have the
user send me that.
Thanks
Mark.
Message: 4
Date: Mon, 24 Oct 2005 16:31:13 -0400
Subject: Re: Thread viewer tool ?
Message-ID:
Content-Type: text/plain; charset=US-ASCII
Does anyone know if there is a command line tool which can be ran
on a particular process and will dump the state of the current
process threads with stack crawls ..etc ?, as I use to use one on a
solaris system, but cannot find the equivalent with Xcode ?.
Well, GDB can do that if you attach to a process, but there's also
/Developer/Applications/Performance Tools/Thread Viewer.
Enjoy,
R.