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
… using the modern super function
…andling of frames in user_line

@tonybaloney

@tonybaloney

@tonybaloney

…the '.reset()' method. This method is never called, so the attribute does not exist and under certain situations, could crash the debugger window

@terryjreedy 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

Jan 7, 2019

@tonybaloney

@tonybaloney

@tonybaloney

@tonybaloney

terryjreedy

terryjreedy

@tonybaloney

@tonybaloney

@tonybaloney tonybaloney changed the title bpo-35668: Add fix and tests for idlelib.debugger.Idb bpo-35668: Add fix and tests for idlelib.debugger module

Jan 7, 2019

@blurb-it

This was referenced

Nov 19, 2023

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
Add 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, 2024
Add 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>