guile-user
[Top][All Lists]
Advanced

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

Python's pdb module


From: Tim Meehan
Subject: Python's pdb module
Date: Thu, 29 Apr 2021 22:26:45 -0500

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


reply via email to

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