Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh debug tips ?
- X-seq: zsh-users 8946
- From: lists <lists@xxxxxxxxxxxxxxxx>
- To: Marc Chantreux <marc.chantreux@xxxxxxxxxxxxxxxxxx>
- Subject: Re: zsh debug tips ?
- Date: Fri, 3 Jun 2005 06:51:19 -0500
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20050603073753.GA25391@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050603073753.GA25391@xxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: zsh-users@xxxxxxxxxx
Hi,
You probably already know about this, but you can set the XTRACE
and VERBOSE options to get a better idea about what's happening
either like this:
#!/bin/zsh -xv
or like this:
setopt XTRACE VERBOSE
I don't know of a zsh 'debugger' if that's more what you were looking
for, but maybe someone else does.
Regards,
Ryan
On Jun 3, 2005, at 2:37 AM, Marc Chantreux wrote:
Hi all,
as my zsh scripts grown, it becomes harder and harder to find bugs. I
would like to know if zsh have a tool to ease the debugging.
I would like to see a step by step execution, backtraces and so on. Is
there a way ro have it ? if not , is there another way to ease
debugging
?
regards
mc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author