Issue 35690: IDLE: Fix and test debugger.

Issue35690

Created on 2019-01-09 00:07 by terry.reedy, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 11451 open anthonypjshaw, 2019-01-09 00:08
Messages (1)
msg333267 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2019-01-09 00:07
Move PR 11451 from #35668.
* Remove use of blank comments to make blank lines.
* Greatly expand test_debugger.
* Fix a couple of issues discovered while writing tests.  (It is possible that one of these caused one of the reported debugger bugs, but we don't need to determine that now.)
History
Date User Action Args
2022-04-11 14:59:10adminsetgithub: 79871
2019-01-09 00:08:05anthonypjshawsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request10971
2019-01-09 00:07:17terry.reedysetassignee: terry.reedy
components: + IDLE
2019-01-09 00:07:08terry.reedycreate