unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Python's pdb module
@ 2021-04-30  3:26 Tim Meehan
  2021-04-30 11:42 ` Ricardo G. Herdt
  2021-04-30 13:20 ` Matt Wette
  0 siblings, 2 replies; 4+ messages in thread
From: Tim Meehan @ 2021-04-30  3:26 UTC (permalink / raw)
  To: guile-user

Is there something in Guile that is similar to Python's "pdb" module?
For instance, sometimes I find it helpful to pause right before something
bad happens with:

#!/usr/bin/env python3
import pdb; pdb.set_trace()
some_function_that_is_going_to_fail_miserably()


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-01  3:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30  3:26 Python's pdb module Tim Meehan
2021-04-30 11:42 ` Ricardo G. Herdt
2021-04-30 13:20 ` Matt Wette
2021-05-01  3:00   ` Tim Meehan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).