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

pydevd - how to intercept mode switch - running, paused #279

Open
nathan-retrace opened this issue Apr 24, 2024 · 0 comments
Open

pydevd - how to intercept mode switch - running, paused #279

nathan-retrace opened this issue Apr 24, 2024 · 0 comments

Comments

@nathan-retrace
Copy link

I'm building a Python debugging extension and I'd like it to work with Pydevd. It'd be useful to be able to add a callback which is called just before the main program is paused and control handed to the debugger, and called just before resume when the program is resumed. Is there a callback interface to allow this, or what approach is suggested?

Looking for advice on approach

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