You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: