bug-bash
[Top][All Lists]
Advanced

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

Re: tracing inside functions


From: Chet Ramey
Subject: Re: tracing inside functions
Date: Thu, 31 May 2007 12:23:28 -0400
User-agent: Thunderbird 2.0.0.0 (Macintosh/20070326)

Nic James Ferrier wrote:
> Using bash 2.05, does anyone know of a way to get a trace of what's
> happening inside a function?

Only by adding `set -x' inside the function body.

Chet


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                       Live Strong.  No day but today.
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]