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
Fixed an issue in pdb where results of expressions evaluated via the closure execution path could be written to sys.stdout instead of the debugger output stream.
1
+
Fixed a bug in pdb where expression results were written to sys.stdout instead of pdb.stdout.
0 commit comments