bug-gawk
[Top][All Lists]
Advanced

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

debugger, print_array(), once again


From: Hermann Peifer
Subject: debugger, print_array(), once again
Date: Thu, 21 Dec 2023 11:51:24 +0100
User-agent: Mozilla Thunderbird

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]