On 12/6/18 1:59 PM, Jason Merrill wrote: > Since pvt was removed, it's bugged me that to pretty-print a vec I > needed to write out "call debug($)". So this patch adds a generic > command "pp" to print anything handled by a debug overload. > > OK for trunk? > Seems quite reasonable. I didn't even know we had a debug method for vecs.
I wonder if we should standardize this stuff so that every significant datastructure has a debug method. jeff