Le jeu. 24 oct. 2019 à 01:48, Christopher Lam
<christopher....@gmail.com> a écrit :

[...]

> Not sure how much knowledge of debugger is required, all I want to do is to
> dump local variables at the breakpoint.

For records there is (set-record-type-printer! type proc):

  
https://www.gnu.org/software/guile/manual/html_node/SRFI_002d9-Records.html#index-set_002drecord_002dtype_002dprinter_0021

It is similar to how one set MyClass.__repr__ in python.

For other types there is usually a foobar->alist or foobar->list procedures.


Hope this helps

Reply via email to