This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IDLE: Fix and test debugger.
Type: behavior Stage: patch review
Components: IDLE Versions: Python 3.8, Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: terry.reedy
Priority: normal Keywords: patch

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