[issue27821] IDLE custom keymaps don't work anymore (Windows, Python 3.6.0a3)

Terry J. Reedy report at bugs.python.org
Wed Aug 24 14:51:15 EDT 2016


Terry J. Reedy added the comment:

Vedran, I have used IDLE's imperfect visual debugger and was thinking about how I might use it to solve this problem.  But I have never used pdb.  Perhaps I should learn it.  Please explain how you used set_trace to track down this bug.

For #24265, I have similarly analyzed some of the top-level calls and believe I know the problem -- a missing function call -- but where?  I think I need to trace both what does not work and something similar that does work and compare execution paths.  How could I use pdb for this issue?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27821>
_______________________________________


More information about the Python-bugs-list mailing list