bug-gawk
[Top][All Lists]
Advanced

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

Re: debugger, print_array(), once again


From: Hermann Peifer
Subject: Re: debugger, print_array(), once again
Date: Thu, 21 Dec 2023 17:55:54 +0100
User-agent: Mozilla Thunderbird

Thanks for the fix which works fine. Hermann

On 21/12/2023 17.21, arnold@skeeve.com wrote:
Hi.

Thanks for the report. Fix is attached. I will push to Git shortly.
This fix is relative to gawk-5.3-stable in Git, not to the
released tarball.

Arnold

Hermann Peifer <peifer@gmx.eu> wrote:

Hi again.

I just noted that there seems to be a remaining issue with printing
multidimensional arrays. See below.

Hermann


  > cat dbugarray2.awk
BEGIN {
        c[1][1] = 11
        c[1][2] = 12
}
  > gawk -D -f dbugarray2.awk
gawk> r
Starting program:
Program exited normally with exit value: 0
gawk> p @c
c["1"]["1"] = 11
["2"] = 12
gawk> exit




reply via email to

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