Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Getting source file and line number of a function.
- X-seq: zsh-workers 25434
- From: "Rocky Bernstein" <rocky.bernstein@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Getting source file and line number of a function.
- Date: Mon, 11 Aug 2008 15:39:11 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=SRgnAllOyny+1SEY+JmzgIXHagEwsfNzBsOU6ga+19Y=; b=Vozque7cYuVXy+AvoQBSu/74cQTF60PWGSW0ABpOYEOwnt1FzF4jWd2v40euf22Z2n wfhMiw1NU7OyTzb+cPouyzJwnH8zqRpcAwEGB+bCA3pCIC3wdXJPXLB9O+h/atZOOXTq bJ+C5K4t/2Ny/+LlzGHsTJXdsu7HXWZDyTocI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ubs6mP4QCN1x8U1Mld/XnPaLtcmO6mxOfA+hvIlje/K9k75ZnqPBm3YlmL3mbFL7Eh 37RrRwlZ6oYn0ga5QJ4LTXt8j0/X+nCStSnfUILy7ZdW5TVrLYuaVKHzq0OYM5e0JXXu CCs5rDTjPUn62YPtWFSQhEwQrIbYUWj9qPpIY=
- In-reply-to: <200808111932.m7BJWu1f008907@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <rocky.bernstein@xxxxxxxxx> <6cd6de210808091811pa8ddf92oc66a7a10d4cc3904@xxxxxxxxxxxxxx> <200808111932.m7BJWu1f008907@xxxxxxxxxxxxxxxxxxx>
funcsourcetrace contains entries for source'd files, right?
On Mon, Aug 11, 2008 at 3:32 PM, Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
> "Rocky Bernstein" wrote:
>> Great! Let me know when code is committed into CVS which includes
>> tracking source calls, and I'll revise the zshdb code then.
>>
>> Ditto for instruction skipping and/or showing the command to be run.
>
> I've committed the source code tracing, but I decided "funcsourcetrace"
> was a better name than "funcfiletrace", since "file" doesn't really
> distinguish the purpose of the new variable. I've added a test and
> fixed a couple of additional bugs. The test is fairly simple and it's
> quite possible that extending it would reveal further problems.
>
> The instruction skipping using "setopt ERR_EXIT" is also there.
>
> --
> Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
> Web page now at http://homepage.ntlworld.com/p.w.stephenson/
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author