There was an error while loading. Please reload this page.
1 parent db0c5b7 commit 21b02b5Copy full SHA for 21b02b5
1 file changed
Lib/test/test_pdb.py
@@ -1192,6 +1192,7 @@ def test_pdb_next_command_in_generator_for_loop():
1192
... print('value', i)
1193
... x = 123
1194
1195
+ >>> reset_Breakpoint()
1196
>>> with PdbTestInput(['break test_gen',
1197
... 'continue',
1198
... 'next',
0 commit comments