Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Debugging functions zsh
- X-seq: zsh-users 10679
- From: sac <sac_urs@xxxxxxxxxxx>
- To: Zsh users list <zsh-users@xxxxxxxxxx>
- Subject: Debugging functions zsh
- Date: Tue, 5 Sep 2006 03:08:23 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=UeIUbdL8Xta8b9WEfPbnh85V9QiNP0HceUI1dPL96kH21V7qFDm7EnBvV+pdHDbn9FkIMjcQ914H4tvnWOIYNA8/Lh+aYYMmR/9yB2nHxP6+3cVcwKhj3vQKejNljM/9IJvmUZKuzx2z9DPH2BiaO4LbU3UxoEBR5D4d3SjrZrw= ;
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
When we want to debug a script, we use the -x flag,
like `zsh -x script_name', and we get all the
variables that are set etc.
How do we debug a function, which is sourced from a
script, other than putting print statements manually
here and there.
Thanks,
sac.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author