Re: Nautilus debugging tips?



On Wed, 13 Oct 2004 10:24:59 +0200, Christian Schneider wrote:
> One other step that will sure help in debugging.
> 
> Try
> 
> strace nautlius

For the truly hardcore you can use ltrace, which is like strace but for
inter-library calls. So you can see all the calls into/out of glib.

Be warned. This produces big log files. I tend to use plain old less to
view these sorts of traces, as emacs and vi die painfully when presented
with such large amounts of text.cc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]