Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is sset_trace? #286

Open
galenseilis opened this issue Oct 16, 2024 · 0 comments
Open

What is sset_trace? #286

galenseilis opened this issue Oct 16, 2024 · 0 comments

Comments

@galenseilis
Copy link

galenseilis commented Oct 16, 2024

On the README I see this example:

import ipdb
ipdb.sset_trace()
ipdb.spm()

from ipdb import slaunch_ipdb_on_exception
with slaunch_ipdb_on_exception():
    ...

At first I thought that sset_trace, but when I ran it in an interactive Python session I found that it appeared to start a trace... but I am not clear about why that worked or why it exists as an alternative to set_trace.

What is sset_trace? How does it differ from set_trace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant