[m-dev.] mdb browser and arrays

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Feb 19 04:05:04 AEDT 2001


Currently mdb's term browser doesn't handle arrays very well.
In particular, it doesn't limit their size to anything reasonable.

How to reproduce: for an example of this, do
	
	cd tests/hard_coded
	mmc --trace deep bigtest.m lp.m
	while true; do echo; echo "P"; done | mdb ./bigtest | less

and use the "/array" less command to find the first time it prints
out an array; you'll see that it prints out *all* the array elements.

Sam, since you've been working on the term browser,
could you please have a look at this one?

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list