gh-79871: IDLE - Fix and test debugger module by tonybaloney · Pull Request #11451 · python/cpython
and others added 6 commits
January 6, 2019 14:38
terryjreedy
changed the title
bpo-35668: Add tests to idle_test for idlelib.debugger.Idb
bpo-35668: Add fix and tests for idlelib.debugger.Idb
tonybaloney
changed the title
bpo-35668: Add fix and tests for idlelib.debugger.Idb
bpo-35668: Add fix and tests for idlelib.debugger module
This was referenced
Nov 19, 2023aisk pushed a commit to aisk/cpython that referenced this pull request
Feb 11, 2024Add docstrings to the debugger module. Fix two bugs: initialize Idb.botframe (should be in Bdb); In Idb.in_rpc_code, check whether prev_frame is None before trying to use it. Make other code changes. Expand test_debugger coverage from 19% to 66%. --------- Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request
Sep 2, 2024Add docstrings to the debugger module. Fix two bugs: initialize Idb.botframe (should be in Bdb); In Idb.in_rpc_code, check whether prev_frame is None before trying to use it. Make other code changes. Expand test_debugger coverage from 19% to 66%. --------- Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters