unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* in-line trap ?
@ 2016-12-28 17:02 Matt Wette
  2017-01-03 10:15 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Wette @ 2016-12-28 17:02 UTC (permalink / raw)
  To: guile-user

I have been going through the debugging infrastructure and can’t figure out how to code in a trap.  I would like something like

(define (xxx) … (if cond (trap-here)) ….)

that would dump me into the interactive debugger when I hit that condition.  Any help on achieving this is will be appreciated.

I use this a lot in python:
#!/usr/bin/python

import pdb

def xxx:
    …
    if cond:
        pdb.set_trace()
    ….


Matt






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

end of thread, other threads:[~2017-01-05  1:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-28 17:02 in-line trap ? Matt Wette
2017-01-03 10:15 ` Ludovic Courtès
2017-01-05  1:02   ` Matt Wette

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).