[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tracing inside functions
From: |
Paul Jarc |
Subject: |
Re: tracing inside functions |
Date: |
Thu, 31 May 2007 12:22:09 -0400 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) |
Nic James Ferrier <nferrier@tapsellferrier.co.uk> wrote:
> Using bash 2.05, does anyone know of a way to get a trace of what's
> happening inside a function?
You can add "set -x" at the top of the function body. I don't know of
any way to get a similar effect without editing the script.
paul