Terry J. Reedy <tjre...@udel.edu> added the comment:

The debugger also steps into importlib, if one steps 'into' an import 
statement.  Most of the time, this is a nuisance.  If one is importing from 
one's own module, stepping over 'import mymod' is not a satisfactory way to 
avoid this.  Perhaps we should add '(X) Step past IDLE internals' and '(X) Step 
past Python internals', both on by default.  'python internals' would be 
builtin features that happen be implemented, at least in CPython, in python 
rather than the internal language. Other ideas: a drop down skip list with 
items checked.  Or a general policy of skipping Lib/* with a list of exceptions.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue15335>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to