[m-users.] mmc --debug and mdb usage problems

Julien Fischer jfischer at opturion.com
Wed Oct 19 00:14:05 AEDT 2022



On Tue, 18 Oct 2022, Razetime wrote:

> Thanks, rebuilding made it work correctly.
> In the debugger i'm trying to print a variable that contains a value
> of type array2d:
>
> mdb> print 8
>       LambdaHeadVar__3 (arg 8) array2d(3, 7, <<array>>/21)
> mdb> print -v 8
>       LambdaHeadVar__3 (arg 8)
> array2d
> 1-3
> 2-7
> 3-<<array>>/21
>
> mdb> print -p 8
>       LambdaHeadVar__3 (arg 8)
> array2d(3, 7, ...)
>
> how do I make it display all data inside the array2d?

You can use the "browse" command to examine the value.
(Do "help browse" at the mdb> prompt for information.)

Julien.


More information about the users mailing list