guile-user
[Top][All Lists]
Advanced

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

jump-to-debugger (like Python's pdb.set_trace)


From: Matt Wette
Subject: jump-to-debugger (like Python's pdb.set_trace)
Date: Sun, 13 Mar 2022 13:47:52 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

Hi All,

I've put my "jump to debugger" code on github:
https://github.com/mwette/guile-jtd

jump-to-debugger is a procedure that, when called,
stops execution and fires up a REPL.  It is much like
Python's pdb.set_trace() function.

Matt





reply via email to

[Prev in Thread] Current Thread [Next in Thread]