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
Make the Debugger a singleton and do not reset the stopframe to None during postmortem.
This fixesinducer#607. Making the Debugger a singleton should be enough to fixinducer#607.
HOWEVER, pytest def postmortem() calls .reset() which reset the stopframe.
Somehow, this causes the debugger to stop somewhere inside internal debugger source code,
instead of in the code the postmortem should be done.
So, this also includes an overrid eof the .reset() method and detects when the debugger
is already running and does not reset the stopframe. See also inducer#67.
0 commit comments